diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-DomainMember.xml | 2 | ||||
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml | 4 |
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> |