Updated entry of samba-vscan
[Samba.git] / docs / smbdotconf / winbind / idmapbackend.xml
blob0c22c4a44b5f51a293df90a1e5e871ffbba43892
1 <samba:parameter name="idmap backend"
2                  context="G"
3                                  type="string"
4                  advanced="1" developer="1" hide="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7         <para>
8         The purpose of the idmap backend parameter is to allow idmap to NOT use the local idmap
9         tdb file to obtain SID to UID / GID mappings, but instead to obtain them from a common
10         LDAP backend. This way all domain members and controllers will have the same UID and GID
11         to SID mappings. This avoids the risk of UID / GID inconsistencies across UNIX / Linux
12         systems that are sharing information over protocols other than SMB/CIFS (ie: NFS).
13         </para>
14 </description>
16 <value type="default"></value>
17 <value type="example">ldap:ldap://ldapslave.example.com</value>
18 </samba:parameter>