On Tue, Jan 20, 2004 at 02:18:21PM +0100, Morten Grunnet Buhl wrote: > > # Let the user modify it's password > access to attr=userPassword > by dn="uid=webmin,c=MAIL" write > by anonymous auth > by self write > > ... > > When I use the mailer uid with qmail I can check users up on receiving > and sending mail. but when it comes to login via auth_pop it wont work. > Do I need to have write permissions to ldap to have auth_pop working? It > seems that way because when I use uid webmin there is no problems same > as if I give uid mailer '* write' rights. > > what is the minimum access qmail-ldap needs to ldap to wror fully? > All else work perfectly fine. Thanks for the great work you did. > Also just want to give credit to the people on the list. coming form > the official qmail list a few months ago I must say I like the attitude > on this list a lot better :) >
You could try to set ldaprebind to 1 so that auth_pop uses a rebind to verify the password. Normaly qmail-ldap needs read access to all needed attributes, the only exception is the userPassword if rebind is on then auth access can be used for userPassword. -- :wq Claudio
