]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldap Idmap suffix should only specify the relative dn.
authorJohn Terpstra <jht@samba.org>
Fri, 17 Feb 2006 02:28:15 +0000 (02:28 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:16 +0000 (08:47 -0500)
docs/Samba3-HOWTO/TOSHARG-DomainMember.xml
docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml

index f1691193e19f517f21e98e013cebff4c7d0fb174..eef5e46732a0b700b4bd5678eb3c4987bbf44cf0 100644 (file)
@@ -1265,7 +1265,7 @@ To use the <emphasis>LDAP</emphasis> <parameter>ldap idmap suffix</parameter>, s
 </para>
 
 <smbconfblock>
-<smbconfoption name="ldap idmap suffix">ou=Idmap,dc=quenya,dc=org</smbconfoption>
+<smbconfoption name="ldap idmap suffix">ou=Idmap</smbconfoption>
 </smbconfblock>
 
 <para>
index 057e72b10a250606e51adb5b61d814b4822d522c..083170c658f9f2851fcd03025c77c23dae722746 100644 (file)
@@ -762,14 +762,14 @@ In alphabetical order, these are the parameters eliminated from Samba-2.2.x thro
 <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>