chenweiting writes:
Dear all,
I am trying to instal courire-imap with auth with our Sun Active Directory
server. On my Email server, I built courier-imap with openldpa , then
configure it auth with ldap, but when I run authtest, I always get the
error as below:
authdaemond: [ID 702911 mail.debug] received userid lookup request: xxx
authdaemond: [ID 702911 mail.debug] authldap: trying this module
authdaemond: [ID 702911 mail.debug] selected ldap protocol version 3
authdaemond: [ID 702911 mail.debug] binding to LDAP server as DN
'cn=Manager,dc=XXX,dc=com,dc=au'
authdaemond: [ID 702911 mail.error] ldap_simple_bind_s failed: Can't
contact LDAP server
That's your error right there.
My authldaprc configure as below:
---------------------------------------------------------------------------
---------------------------------------
LDAP_URI ldap://ldap.XXX.com.au
Either the URI is wrong, or your LDAP server is down.