svn commit: samba-docs r1070 - in trunk/smbdotconf/winbind: .

jerry at samba.org jerry at samba.org
Wed Mar 21 18:30:13 GMT 2007


Author: jerry
Date: 2007-03-21 18:30:11 +0000 (Wed, 21 Mar 2007)
New Revision: 1070

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1070

Log:
add references id idmap uid/gid to the new idmap parameters
Modified:
   trunk/smbdotconf/winbind/idmapgid.xml
   trunk/smbdotconf/winbind/idmapuid.xml


Changeset:
Modified: trunk/smbdotconf/winbind/idmapgid.xml
===================================================================
--- trunk/smbdotconf/winbind/idmapgid.xml	2007-03-21 16:12:55 UTC (rev 1069)
+++ trunk/smbdotconf/winbind/idmapgid.xml	2007-03-21 18:30:11 UTC (rev 1070)
@@ -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>

Modified: trunk/smbdotconf/winbind/idmapuid.xml
===================================================================
--- trunk/smbdotconf/winbind/idmapuid.xml	2007-03-21 16:12:55 UTC (rev 1069)
+++ trunk/smbdotconf/winbind/idmapuid.xml	2007-03-21 18:30:11 UTC (rev 1070)
@@ -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>



More information about the samba-cvs mailing list