diff options
author | John Terpstra <jht@samba.org> | 2003-07-27 01:16:24 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-07-27 01:16:24 +0000 |
commit | 422c2467a0d23c91feb5008ac2244b4054c27b43 (patch) | |
tree | a1a1fa1b08dca8654e72d84a6de33c36e7e0dbd6 /docs | |
parent | 9fc34cafa28b2fd97daaabdc38cfc4f47c5188ba (diff) | |
download | samba-422c2467a0d23c91feb5008ac2244b4054c27b43.tar.gz samba-422c2467a0d23c91feb5008ac2244b4054c27b43.tar.bz2 samba-422c2467a0d23c91feb5008ac2244b4054c27b43.zip |
Adding idmap backend man page section.
(This used to be commit c10a0a1a0fc8ca91472ec53f82169a6c3a9fea7b)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/smbdotconf/winbind/idmapbackend.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/winbind/idmapbackend.xml b/docs/docbook/smbdotconf/winbind/idmapbackend.xml new file mode 100644 index 0000000000..4937256bbb --- /dev/null +++ b/docs/docbook/smbdotconf/winbind/idmapbackend.xml @@ -0,0 +1,18 @@ +<samba:parameter name="idmap backend" + context="G" + advanced="1" developer="1" hide="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <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> + + <para>Default: <command moreinfo="none">idmap backend = <empty string></command></para> + + <para>Example: <command moreinfo="none">idmap backend = ldapsam://ldapslave.example.com</command></para> +</listitem> +</samba:parameter> |