> I tried setting up courierldapaliasd, but to no avail. Everytime I make > a query it just outputs "Error.". I've seen several people with similar > problems, but never exactly mine. In a few of my first tries, I got in > daemon.log the following: > > localhost courierldapaliasd[14958]: ldap_simple_bind_s failed: Can't > contact LDAP server > > I could do a "ldapsearch -H ldaps://host/ -x", so the server is > reachable. > > After a few of these, I just stopped getting output at all in the log. > It's a bit frustrating as all I get is "Error". > > So, to sum everything up: > > - Courier 0.47 in Debian stable > - courierldapaliasd daemon is running > - LDAP_ALIAS is set to 1 > - in the LDAP server, [EMAIL PROTECTED] points to [EMAIL PROTECTED] > > Also, I'm using ldaps, is there anything I should do besides setting > LDAP_SERVER and LDAP_PORT accordingly (ldaps://server/ and port 636)?
Sam is right (he wrote Courier so he usually is), you really should be using a newer version. I also recommend turning LDAPS off until you've got it working, then adding the SSL layer, having to many variables at once makes troubleshooting difficult. My guess is that your OpenLDAP client on your Courier server has not been configured to accept the SSL Certificate of your LDAP Server. I can resolve this on my machine by adding: TLS_REQCERT never to ldap.conf Jay -- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University -- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
