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

Insufficient access



When I run
ldapadd -x -D "cn=Barbara,dc=example,dc=com" -W -f barb.ldif
 
I get the following error message:
ldap_add:Insufficient access
additional info: no write access to parent
 
Access line in slapd.conf look like this:
access to attr=userpassword
    by self write
    by anonymous auth
access to *
    by self write
    by users read
 
can you tell me why I have this error message?