mirror of
https://github.com/samba-team/samba.git
synced 2025-09-02 01:49:29 +03:00
add references id idmap uid/gid to the new idmap parameters
This commit is contained in:
committed by
Gerald W. Carter
parent
8be2c945cb
commit
cd921d2173
@ -5,13 +5,15 @@
|
|||||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||||
<synonym>winbind gid</synonym>
|
<synonym>winbind gid</synonym>
|
||||||
<description>
|
<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
|
<para>See also the <smbconfoption name="idmap backend"/>, <smbconfoption
|
||||||
the purpose of mapping UNX groups to NT group SIDs. This range of group ids should have no
|
name="idmap domains"/>, and <smbconfoption name="idmap config"/> options.
|
||||||
existing local or NIS groups within it as strange conflicts can occur otherwise.</para>
|
</para>
|
||||||
|
|
||||||
<para>The availability of an idmap gid range is essential for correct operation of
|
|
||||||
all group mapping.</para>
|
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<value type="default"></value>
|
<value type="default"></value>
|
||||||
|
@ -5,9 +5,15 @@
|
|||||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||||
<synonym>winbind uid</synonym>
|
<synonym>winbind uid</synonym>
|
||||||
<description>
|
<description>
|
||||||
<para>The idmap uid parameter specifies the range of user ids that are allocated for use
|
<para>
|
||||||
in mapping UNIX users to NT user SIDs. This range of ids should have no existing local
|
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>
|
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>
|
</description>
|
||||||
|
|
||||||
<value type="default"></value>
|
<value type="default"></value>
|
||||||
|
Reference in New Issue
Block a user