mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
22 lines
795 B
XML
22 lines
795 B
XML
<samba:parameter name="idmap gid"
|
|
context="G"
|
|
type="string"
|
|
advanced="1" developer="1" hide="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<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>See also the <smbconfoption name="idmap backend"/>, <smbconfoption
|
|
name="idmap domains"/>, and <smbconfoption name="idmap config"/> options.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default"></value>
|
|
<value type="example">10000-20000</value>
|
|
</samba:parameter>
|