1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Adding idmap backend man page section.

(This used to be commit c10a0a1a0fc8ca91472ec53f82169a6c3a9fea7b)
This commit is contained in:
John Terpstra 2003-07-27 01:16:24 +00:00
parent 9fc34cafa2
commit 422c2467a0

View File

@ -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 = &lt;empty string&gt;</command></para>
<para>Example: <command moreinfo="none">idmap backend = ldapsam://ldapslave.example.com</command></para>
</listitem>
</samba:parameter>