Fischer, Johannes wrote:
Hi @all,
I struggle with the ACLs, I whant a special account to check the username and PW of the
entries on the LDAP-server.
Therefore I’ve written the following in the slapd.conf file:
access to attrs=userPassword
by dn="cn=authenticate,dc=vfk,dc=ldap,dc=com" write
by self write
by anonymous none
[..]
But I can’t authenticate to the LDAP server, does somebody know why?
Use "by * auth" at the end of the ACL.
Ciao, Michael.