diff options
Diffstat (limited to 'docs/smbdotconf/winbind/idmapuid.xml')
-rw-r--r-- | docs/smbdotconf/winbind/idmapuid.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/smbdotconf/winbind/idmapuid.xml b/docs/smbdotconf/winbind/idmapuid.xml index 5a299a9fde..de4074cfa4 100644 --- a/docs/smbdotconf/winbind/idmapuid.xml +++ b/docs/smbdotconf/winbind/idmapuid.xml @@ -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> |