diff options
author | Gerald Carter <jerry@samba.org> | 2007-03-21 18:30:11 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:29 -0500 |
commit | 9296fcba7ba98b4dde030c95fdd18262a6cf03dc (patch) | |
tree | 4fea8f1f2bd3c6dfc840132f345f95cab8e26d06 /docs | |
parent | bf4c2ccdb6237c69f2657ba766abff195c5ac670 (diff) | |
download | samba-9296fcba7ba98b4dde030c95fdd18262a6cf03dc.tar.gz samba-9296fcba7ba98b4dde030c95fdd18262a6cf03dc.tar.bz2 samba-9296fcba7ba98b4dde030c95fdd18262a6cf03dc.zip |
add references id idmap uid/gid to the new idmap parameters
(This used to be commit cd921d21738f37445558cdb97192f96e32edaddc)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/winbind/idmapgid.xml | 18 | ||||
-rw-r--r-- | docs/smbdotconf/winbind/idmapuid.xml | 12 |
2 files changed, 19 insertions, 11 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> 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> |