diff options
author | John Terpstra <jht@samba.org> | 2003-07-01 21:10:25 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-07-01 21:10:25 +0000 |
commit | 8a686bfd5757d4d88a2b616de44f051fd6406b5d (patch) | |
tree | 2819235c21b9ec54ae81bbe1d52021745515d243 /docs/docbook/smbdotconf/winbind/idmapgid.xml | |
parent | 03934a26a9e0e18f9e00164eccfc3eccdf0b90f0 (diff) | |
download | samba-8a686bfd5757d4d88a2b616de44f051fd6406b5d.tar.gz samba-8a686bfd5757d4d88a2b616de44f051fd6406b5d.tar.bz2 samba-8a686bfd5757d4d88a2b616de44f051fd6406b5d.zip |
Adding idmap uid/gid smb.conf man page entries. Marking winbind uid/gid as deprecated.
(This used to be commit 8bfaf39680ea1fa2a347fa19052f69d6789ed99d)
Diffstat (limited to 'docs/docbook/smbdotconf/winbind/idmapgid.xml')
-rw-r--r-- | docs/docbook/smbdotconf/winbind/idmapgid.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/winbind/idmapgid.xml b/docs/docbook/smbdotconf/winbind/idmapgid.xml new file mode 100644 index 0000000000..8bd46a80c6 --- /dev/null +++ b/docs/docbook/smbdotconf/winbind/idmapgid.xml @@ -0,0 +1,18 @@ +<samba:parameter name="idmap gid" + context="G" + advanced="1" developer="1" hide="1" + xmlns:samba="http://samba.org/common"> +<listitem> + + <para>The idmap gid parameter specifies the range of group ids that are allocated for + the purpose of mapping UNX groups to NT group SIDs. This range of group ids should have no + existing local or NIS groups within it as strange conflicts can occur otherwise.</para> + + <para>The availability of an idmap gid range is essential for correct operation of + all group mapping.</para> + + <para>Default: <command moreinfo="none">idmap gid = <empty string></command></para> + + <para>Example: <command moreinfo="none">idmap gid = 10000-20000</command></para> +</listitem> +</samba:parameter> |