Click to See Complete Forum and Search --> : OpenLDAP ACL


mesh2005
12-22-2005, 06:48 AM
use openldap 2.3.11 , Heimdal Kerberos , Fedora 4
i replaced the NIS with ldap and kerberos and both worked fine but without ldap ACL , i could login using myuser

when i put the following ACL to the slapd.conf, i can no more login. the log file "error resolving user name 'myuser' to uid/gid pair"
here is the ACL:
********************************************
access to attr=userPassword
by self write
by anonymous auth
by * none
access to *
by users read
*******************************************

just i want to create ACL such that the user can only see his entry and can only change his password
can you help?