[KLUG Members] OpenLDAP + TLS

Matty members@kalamazoolinux.org
Tue, 24 Dec 2002 13:35:52 -0500


I am going nuts trying to get OpenLDAP 2.1.9 TLS enabled. According
to http://www.openldap.org, the only items required to enable TLS/SSL
are: Client Certificate, Client cert private key associated and the
Root CA Certificate. I did this, but OpenLDAP refuses to startup with 
TLS/SSL support :( I built this from scratch, and it was built with 
"--enable-tls." Anyone else seen this? The appropriate lines from my 
ldap.conf are shown below.

Thanks,
Ryan

-=- ldap.conf -=-
TLSCertificateFile    /usr/local/openldap/etc/certs/ldapcert.pem
TLSCertificateKeyFile /usr/local/openldap/etc/certs/ldapkey.pem
TLSCACertificateFile  /usr/local/openldap/etc/certs/cacert.pem