On Wednesday 05 January 2005 23:41, NYARLATHOTEP El Caos Reptante wrote:

Hello,

> what about my slapd.conf file????
>
> look:
> access to attr=userPassword
>     by self write
>     by anonymous auth
>     by * none
> access to *
>     by dn.base="cn=Manager,dc=misitio,dc=cl" write

You didn't allow users to read. Try to change this to:

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

access to *
      by self write
      by users read
      by anonymous auth

Note, that rootdn can always write everywhere, you don't have to specify it in 
[access to *] section.

Regards,

-- 
[EMAIL PROTECTED]

Reply via email to