I am still having this bad credentials issue when following the documentation 
for 10.04
(as found here) http://doc.ubuntu.com/ubuntu/serverguide/C/samba-ldap.html

when you get to the setting up ACL part you all of a sudden need to use
a cn=admin,cn=config, that doesn't exist

creating a config.ldif with
dn: olcDatabase={0}config,cn=config
changetype: modify
add: olcRootDN
olcRootDN: cn=admin,cn=config

dn: olcDatabase={0}config,cn=config
changetype: modify
add: olcRootPW
olcRootPW: secret

dn: olcDatabase={0}config,cn=config
changetype: modify
delete: olcAccess

and adding it with
ldapadd -Y EXTERNAL -H ldapi:/// -f config.ldif 

makes this work. 
but it seems 2 systems are being used in this documentation, one with the 
cn=config and one without...
since, as I can see in bug #416539 there used to be a problem that was the 
exact opposite of this one?

-- 
OpenLDAP credentials issue
https://bugs.launchpad.net/bugs/333733
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to