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

gd at samba.org gd at samba.org
Fri Apr 28 08:21:10 GMT 2006


Author: gd
Date: 2006-04-28 08:21:09 +0000 (Fri, 28 Apr 2006)
New Revision: 941

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

Log:
Follow code cleanup wrt idmap module names.

Guenther

Modified:
   trunk/smbdotconf/winbind/idmapbackend.xml


Changeset:
Modified: trunk/smbdotconf/winbind/idmapbackend.xml
===================================================================
--- trunk/smbdotconf/winbind/idmapbackend.xml	2006-04-28 08:18:56 UTC (rev 940)
+++ trunk/smbdotconf/winbind/idmapbackend.xml	2006-04-28 08:21:09 UTC (rev 941)
@@ -13,7 +13,7 @@
 	</para>
 
 	<para>
-	An alternate method of SID to UID / GID  mapping can be achieved using the idmap_rid
+	An alternate method of SID to UID / GID  mapping can be achieved using the rid
 	plug-in. This plug-in uses the account RID to derive the UID and GID by adding the
 	RID to a base value specified. This utility requires that the parameter
 	<quote>allow trusted domains = No</quote> must be specified, as it is not compatible
@@ -22,9 +22,9 @@
 	</para>
 
 	<para>
-	Finally, using the idmap_ad module, the UID and GID can directly
+	Finally, using the ad module, the UID and GID can directly
 	be retrieved from an Active Directory LDAP Server that supports an
-	RFC2307 compliant LDAP schema. idmap_ad supports "Services for Unix"
+	RFC2307 compliant LDAP schema. ad supports "Services for Unix"
 	(SFU) version 2.x and 3.0.  
 	</para>
 
@@ -32,6 +32,6 @@
 
 <value type="default"></value>
 <value type="example">ldap:ldap://ldapslave.example.com</value>
-<value type="example">idmap_rid:"BUILTIN=1000-1999,DOMNAME=2000-100000000"</value>
-<value type="example">idmap_ad</value>
+<value type="example">rid:"BUILTIN=1000-1999,DOMNAME=2000-100000000"</value>
+<value type="example">ad</value>
 </samba:parameter>



More information about the samba-cvs mailing list