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

Re: access rules doesn't match



On Thu, 2004-08-12 at 13:56, Daniel Gleich wrote:
> Alexandre Garel wrote:
> 
> > Daniel Gleich a écrit :
> >
> >> Hi all,
> >>
> >> I use the following access rule in my slapd.conf:
> >>
> >> access to *
> >>
> >>                by self write
> >>                by anonymous auth
> >>                by * read
> >>
> >> But if i use "passwd" after login, to change the password in the LDAP
> >> User Entry, I got an error message.
> >> The Bind Method is "simple".
> >>  
> >>
> > Which error ? Is that rule the only access rule in all your slapd.conf  ?
> >
> >> Whats wrong with my configuration?
> >>
> >> Thanks
> >>
> >> Daniel
> >>
> >>  
> >>
> The error message is: "insufficient access".
> I have no other access rules.

What command are you using to change the password? Are you changing it
as the user of the password? Your ACLs only let the default manager in
your slapd.conf and the user of the password change their password.

Your logs could show you what exactly is happening, meaning who is
trying to get access to what.

JSR/