On 03/09/15 16:53, Benny Pedersen wrote:
Thomas Spuhler skrev den 2015-09-03 17:00:
I want configure LDAP address book lookup, I have added the relevant info in main.inc.php using ldaps port 636 but I get the following error Sep 3 11:29:49 slapd[24950]: conn=22120 fd=19 closed (TLS negotiation failure)
i.e. I need to put my LDAP certs somewhere on the web server and let roundcube know where these are - any ideas on where to configure this?
Yea, I had that to. Look at the journal of as root like journalctl -n1000
or in the roundcubelog
try check if ldap server supports tls or ssl, and use that one if any in roundcube, if ldap is just in localhost disable tls / ssl since its waste of cpu power :)
ldap support tls
but it can aswell be ldap auth login not working ?
just check tls fails first
tls fails ldap_start_tls(): Unable to start TLS: Can't contact LDAP server
is ldaps port 636 ?
yes
does it work if using ldap port ?
does your ldap server supports both ?
yes
sadly i have more questions here, would like to know how to make thunderbird ldap work aswell for addressbooks, mozilla is not very helpfull there :/ _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
I have address book working in Thunderbird using my ldap host and port 636.
Does the ldap server need to be localhost for it to work with roundcube server?