Hi All,
Pardon my newbie-ness. I'm setting up my new OpenLDAP server to
authenticate for Subversion and, eventually other things (postfix,
Bricolage, RT, etc.). But right now I'm running into trouble getting
TLS to work, both with the ldap clients and with
mod_auth_ldap/mod_ldap. Here's an example:
% ldapsearch -x -b 'dc=example,dc=com' -D
"cn=admin,dc=example,dc=com" \
-h ldap.example.com -w password -ZZ '(objectclass=*)'
ldap_start_tls: Connect error (-11)
additional info: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
I set up my certificates according to the instructions on this handy
page:
http://www.openldap.org/pub/ksoper/OpenLDAP_TLS_howto.html
And my slapd.conf TLS section look like this: