[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Courier-ldap authentification trouble



Hi,
i cant get courier imap and ldap authentification to work and don't
have any more ideas where to look.

It seems as if courier doesn't even seem to try to contact the ldap
server (ethereal shows no connection attempt). So i guess its a
problem with my configuration.

My authdaemonrc contains:
 authmodulelist="authldap"
 daemons=1
 version=""
 authdaemonvar=/var/run/courier/authdaemon

and authldaprc:
 LDAP_SERVER             nase.motakef.de
 LDAP_PORT               389
 LDAP_BASEDN             ou=vdomains, dc=motakef, dc=de
 # Tried with the next two comment or not.      
 #LDAP_BINDDN            cn=admin, ou=People, dc=motakef, dc=de
 #LDAP_BINDPW            secret
 LDAP_TIMEOUT            5
 LDAP_AUTHBIND           0   # also tried 1
 LDAP_MAIL               mail
 LDAP_GLOB_UID           vmail
 LDAP_GLOB_GID           vmail
 LDAP_HOMEDIR            homeDirectory
 LDAP_MAILDIR            mailMessageStore
 LDAP_CLEARPW            userPassword

in imapd:
 ....
 AUTHMODULES="authldap"
 ....


ps ax | grep authdaemon:
  707 ?        S      0:00 /usr/lib/courier/authlib/authdaemond.ldap start
  708 ?        S      0:00 /usr/lib/courier/authlib/authdaemond.ldap start

The logfiles do not contain any useful information. Is there any way
to better debug what courier is trying to do?

Any obvious errors above?

Thanks,
        Ramin



Reply to: