[Date Prev][Date Next] [Chronological] [Thread] [Top]

Authentification problem with ACI



Hi,

I'm using Openldap 2.1.4 compiled with --enable-aci.

I've got a problem with that entry

**********************************************

dn: cn=toto,o=bookmarks,c=fr
cn: toto
sn: toto
userPassword:: dG90bw==
objectClass: person
OpenLDAPaci: 1#entry#grant;r,w,s,c;[all]#self

**********************************************
And these ACLs

**********************************************
access to attr=userPassword
    by self write
    by anonymous auth
    by * none
                
access to *
    by aci write

***********************************************

Whenever I try to connect with toto i've got an "Invalid credentials" error
What's the problem ?

Another matter, the objectclass OpenLDAPacl doesn't exist. Is this normal ?

Thanks