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

Help on ACLs



I have these in slapd.conf
 
access to *
        by self write
        by users read
        by dn.base="cn=admin,dc=domain,dc=com" write
        by anonymous auth
access to attr=userPassword
        by self write
        by dn.base="cn=admin,dc=domain,dc=com" write
I want to restrict access to userPassword for other users. Appreciate any help.
 
Thanks !