add references id idmap uid/gid to the new idmap parameters
authorGerald Carter <jerry@samba.org>
Wed, 21 Mar 2007 18:30:11 +0000 (18:30 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:29 +0000 (08:47 -0500)
(This used to be commit cd921d21738f37445558cdb97192f96e32edaddc)

docs/smbdotconf/winbind/idmapgid.xml
docs/smbdotconf/winbind/idmapuid.xml

index 3f8c8e08f260d623118d2c45394974edd74a3e31..28d88b51b0dfca20a45c4c9a40268b3bc9d4e657 100644 (file)
@@ -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>
index 5a299a9fde5db7c82716a5346fbd67f64393e2ec..de4074cfa4c1f607e075c14c5797b28372c56234 100644 (file)
@@ -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>