diff options
Diffstat (limited to 'docs/smbdotconf/winbind/idmapbackend.xml')
-rw-r--r-- | docs/smbdotconf/winbind/idmapbackend.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/smbdotconf/winbind/idmapbackend.xml b/docs/smbdotconf/winbind/idmapbackend.xml new file mode 100644 index 0000000000..0c22c4a44b --- /dev/null +++ b/docs/smbdotconf/winbind/idmapbackend.xml @@ -0,0 +1,18 @@ +<samba:parameter name="idmap backend" + context="G" + type="string" + advanced="1" developer="1" hide="1" + xmlns:samba="http://samba.org/common"> +<description> + <para> + The purpose of the idmap backend parameter is to allow idmap to NOT use the local idmap + tdb file to obtain SID to UID / GID mappings, but instead to obtain them from a common + LDAP backend. This way all domain members and controllers will have the same UID and GID + to SID mappings. This avoids the risk of UID / GID inconsistencies across UNIX / Linux + systems that are sharing information over protocols other than SMB/CIFS (ie: NFS). + </para> +</description> + +<value type="default"></value> +<value type="example">ldap:ldap://ldapslave.example.com</value> +</samba:parameter> |