On Wed, 2002-04-24 at 17:45, Max Clark wrote:
> I can't seem to set the ACLs correctly in the slapd.conf file, I am using
> openldap-2.0.23. Does anyone have experience with this app? Is there another
> way to do this?

I'm not familiar with perl, so I have no idea what this piece of code
might do wrong, but the ACLs for slapd should look like this[1] if you
want your users to be able to set their own passwords... the line with
admin access can be left out, you should leave it as it is though, 'cos
you can't rely on user's memory and will have to set their passwords by
yourself from time to time :)

[1]: slapd.conf

access to attribute=userPassword
    by dn="<admin DN>" write
    by anonymous auth
    by self write
    by * none

greetings,
Igor

Reply via email to