Hey,

I can easily bind to my ldap server with cn=Manager..., ive setup an ou=daemons, so my dns server can bind to the ldap server via something else than cn=Manager. Ive added an entry into the ou called cn=dns.

dn: cn=dns,ou=daemons,dc=webgate,dc=net,dc=au
objectClass: top
objectClass: inetOrgPerson
userPassword: test
cn: dns
sn: dns

Ive got an access list for that user:

access to dn.children="ou=zones,dc=webgate,dc=net,dc=au"
       by dn="uid=dns,ou=daemons,dc=webgate,dc=net,dc=au" read

but when i try to bind:

porncatalog# ldapsearch -D "uid=dns,ou=daemons,dc=webgate,dc=net,dc=au" -W
Enter LDAP Password:
ldap_bind: Invalid credentials (49)


Any ideas please?

Petr

Reply via email to