Re: [courier-users] cannot get authldap to work
Brought to you by:
mrsam
|
From: Keith M. <ke...@sw...> - 2003-04-30 18:51:35
|
On Wed, 30 Apr 2003 18:36:11 +0200 (CEST) fr...@pl... (Moi) wrote: > Hi > > I'm in trouble to get authldap to work > > it compiles and starts well but I can't get working LDAP > authentication. I'm sure it is a misconfiguration from my > fault but I can't see where. > > See below a copy of the authldaprc file > > Thanks by advance for any help/infos > > > > ##NAME: LDAP_FILTER:0 > # > # This LDAP filter will be ANDed with the query for the field defined > # above in LDAP_MAIL. So if you are querying for mail, and you have > # LDAP_FILTER defined to be "(objectClass=CourierMailAccount)" the > # query that is performed will be > # "(&(objectClass=CourierMailAccount)(mail=<someAccount>))" > # > # LDAP_FILTER (objectClass=CourierMailAccount) > You don't say what schema you are using, but even if you are using the courier shipped schema this parameter is wrong as the default shown is not correct (i.e. it is not what the code actually uses). Uncomment the line and try again. |