diff options
author | John Terpstra <jht@samba.org> | 2006-02-17 02:28:15 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:16 -0500 |
commit | 4bc1544cfd3f61a71420ec5bf4ea74dabe75fc69 (patch) | |
tree | 21f253919ff1264c43294adc6fcb3561fb85eef6 /docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml | |
parent | 6fe53cfc56747b4fd78a72936fcc2b5ac67ea44e (diff) | |
download | samba-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/TOSHARG-upgrading-to-3.0.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |