Hi all,
 
I just ty to figure out client certificates for the access to ldap. My problem I can’t configure e.g. ldapsearch on windows properly. If I understood it right, I must define and store some directives within a ldap.conf (see an example at the bottom), But what I must do that e.g. ldapsearch will read the configuration?
 
Harald
 
URI ldaps://myldap.mydomain.de
BASE OU=myOrg,O=mydomain,C=DE
BINDDN CN=me,OU=USERS,OU=myorg,O=mydomain,C=DE
 
TLS_CACERT C:/OpenSSL-Win32/bin/demoCA/cacert.pem
TLS_CERT C:/app/H23232/product/11.2.0/client_2/BIN/owm/wallets/H23232/clientcert.pem
TLS_KEY C:/app/ H23232/product/11.2.0/client_2/BIN/owm/wallets/H23232/privateKeyOhnePass.pem
 
TLSCipherSuite HIGH:MEDIUM:+SSLv2
#TLS_REQCERT never
#TLS_REQCERT allow
#TLS_REQCERT try
TLS_REQCERT demand