1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

add references id idmap uid/gid to the new idmap parameters

This commit is contained in:
Gerald Carter 2007-03-21 18:30:11 +00:00 committed by Gerald W. Carter
parent 8be2c945cb
commit cd921d2173
2 changed files with 19 additions and 11 deletions

View File

@ -1,17 +1,19 @@
<samba:parameter name="idmap gid"
context="G"
type="string"
type="string"
advanced="1" developer="1" hide="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>winbind gid</synonym>
<synonym>winbind gid</synonym>
<description>
<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 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>See also the <smbconfoption name="idmap backend"/>, <smbconfoption
name="idmap domains"/>, and <smbconfoption name="idmap config"/> options.
</para>
</description>
<value type="default"></value>

View File

@ -1,13 +1,19 @@
<samba:parameter name="idmap uid"
type="string"
type="string"
context="G"
advanced="1" developer="1" hide="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>winbind uid</synonym>
<description>
<para>The idmap uid parameter specifies the range of user ids that are allocated for use
in mapping UNIX users to NT user SIDs. This range of ids should have no existing local
<para>
The idmap uid parameter specifies the range of user ids that are
allocated for use in mapping UNIX users to NT user SIDs. This
range of ids should have no existing local
or NIS users within it as strange conflicts can occur otherwise.</para>
<para>See also the <smbconfoption name="idmap backend"/>, <smbconfoption
name="idmap domains"/>, and <smbconfoption name="idmap config"/> options.
</para>
</description>
<value type="default"></value>