[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Hi, > > I have finally managed to install qmail-ldap to work with iPlanet Directory > Server 5.0. The qmail-ldaplookup retrieves data from the directory. The problem > is when users, listed in the directory, try to authenticate in order to get > mail I get this : > > user test > +OK > pass test > -ERR user record incorrect > > is there a problem with directory schema or an auth_pop problem? >
My first guess is access control lists. iPlanet has a restrictive ACL by default. You have to explicitly allow users search and compare rights or they will not be able to bind. If you have one user who does all the authentication lookups for the rest of the users, then grant him the appropriate priveleges. -- mike
