source: vendor/current/docs-xml/smbdotconf/winbind/idmapbackend.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 729 bytes
Line 
1<samba:parameter name="idmap backend"
2 context="G"
3 type="string"
4 generated_function="0"
5 handler="handle_idmap_backend"
6 deprecated="1"
7 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
8<description>
9 <para>
10 The idmap backend provides a plugin interface for Winbind to use
11 varying backends to store SID/uid/gid mapping tables.
12 </para>
13
14 <para>
15 This option specifies the default backend that is used when no special
16 configuration set, but it is now deprecated in favour of the new
17 spelling <smbconfoption name="idmap config * : backend"/>.
18 </para>
19</description>
20
21<value type="default">tdb</value>
22</samba:parameter>
Note: See TracBrowser for help on using the repository browser.