I did other test.
my server is working fine with following configuration:
TLSCACertificateFile /etc/ldap/certs/master.crt
TLSCertificateFile /etc/ldap/certs/master.crt
TLSCertificateKeyFile /etc/ldap/master.key
TLSVerifyClient true
i'm using openssl for test:
openssl s_client -connect 127.0.0.1:636 -key master.key -cert
certs/master.crt
but didn't work with TLSCACertificatePath:
TLSCACertificatePath /etc/ldap/certs
TLSCertificateFile /etc/ldap/certs/master.crt
TLSCertificateKeyFile /etc/ldap/master.key
TLSVerifyClient true
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]