summaryrefslogtreecommitdiff
path: root/docs/Samba3-HOWTO
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2006-02-17 02:28:15 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:16 -0500
commit4bc1544cfd3f61a71420ec5bf4ea74dabe75fc69 (patch)
tree21f253919ff1264c43294adc6fcb3561fb85eef6 /docs/Samba3-HOWTO
parent6fe53cfc56747b4fd78a72936fcc2b5ac67ea44e (diff)
downloadsamba-4bc1544cfd3f61a71420ec5bf4ea74dabe75fc69.tar.gz
samba-4bc1544cfd3f61a71420ec5bf4ea74dabe75fc69.tar.bz2
samba-4bc1544cfd3f61a71420ec5bf4ea74dabe75fc69.zip
ldap Idmap suffix should only specify the relative dn.
(This used to be commit 25309f02aebf44551f634f7e4c2fbfcbc3d810e9)
Diffstat (limited to 'docs/Samba3-HOWTO')
-rw-r--r--docs/Samba3-HOWTO/TOSHARG-DomainMember.xml2
-rw-r--r--docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml
index f1691193e1..eef5e46732 100644
--- a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml
+++ b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml
@@ -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>
diff --git a/docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml b/docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml
index 057e72b10a..083170c658 100644
--- a/docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml
+++ b/docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml
@@ -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>