svn commit: samba-docs r922 - in trunk/Samba3-HOWTO: .

jht at samba.org jht at samba.org
Fri Feb 17 02:28:16 GMT 2006


Author: jht
Date: 2006-02-17 02:28:15 +0000 (Fri, 17 Feb 2006)
New Revision: 922

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

Log:
ldap Idmap suffix should only specify the relative dn.
Modified:
   trunk/Samba3-HOWTO/TOSHARG-DomainMember.xml
   trunk/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml


Changeset:
Modified: trunk/Samba3-HOWTO/TOSHARG-DomainMember.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-DomainMember.xml	2006-02-17 02:21:52 UTC (rev 921)
+++ trunk/Samba3-HOWTO/TOSHARG-DomainMember.xml	2006-02-17 02:28:15 UTC (rev 922)
@@ -1265,7 +1265,7 @@
 </para>
 
 <smbconfblock>
-<smbconfoption name="ldap idmap suffix">ou=Idmap,dc=quenya,dc=org</smbconfoption>
+<smbconfoption name="ldap idmap suffix">ou=Idmap</smbconfoption>
 </smbconfblock>
 
 <para>

Modified: trunk/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml	2006-02-17 02:21:52 UTC (rev 921)
+++ trunk/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml	2006-02-17 02:28:15 UTC (rev 922)
@@ -762,14 +762,14 @@
 <indexterm><primary>idmap backend</primary></indexterm>
 		Samba-3 supports an LDAP backend for the idmap subsystem. The
 		following options inform Samba that the idmap table should be
-		stored on the directory server <emphasis>onterose</emphasis> in the ou=idmap,dc=quenya,dc=org partition.
+		stored on the directory server <emphasis>onterose</emphasis> in the ou=Idmap,dc=quenya,dc=org partition.
 		</para>
 
 		<smbconfblock>
 		<smbconfsection name="[global]"/>
 		<member>...</member>
 		<smbconfoption name="idmap backend">ldap:ldap://onterose/</smbconfoption>
-		<smbconfoption name="ldap idmap suffix">ou=idmap,dc=quenya,dc=org</smbconfoption>
+		<smbconfoption name="ldap idmap suffix">ou=Idmap</smbconfoption>
 		<smbconfoption name="idmap uid">40000-50000</smbconfoption>
 		<smbconfoption name="idmap gid">40000-50000</smbconfoption>
 		</smbconfblock>



More information about the samba-cvs mailing list