On 6/1/05 6:49 am, Vladimir Levijev <[EMAIL PROTECTED]> wrote: > 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:
If you're doing a modify replace, you shouldn't need to read anything. > access to attr=userPassword > by self write > by anonymous auth > by * none > > access to * > by self write I think that's the important line :-) > 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, Cheers, Chris
