diff options
Diffstat (limited to 'docs/smbdotconf/winbind/idmapgid.xml')
-rw-r--r-- | docs/smbdotconf/winbind/idmapgid.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/smbdotconf/winbind/idmapgid.xml b/docs/smbdotconf/winbind/idmapgid.xml index 3f8c8e08f2..28d88b51b0 100644 --- a/docs/smbdotconf/winbind/idmapgid.xml +++ b/docs/smbdotconf/winbind/idmapgid.xml @@ -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> |