I have configured an ldap client in a virtual machine with the following rpm:
openldap
openldap-devel
openldap-clients
nss_ldap
But I can't perform ldapsearch even though I have configure the following ldap.conf files located at /etc and /etc/openldap:
/etc/ldap.conf
URI ldaps:/ip-address:636/
BASE dc=testldap,dc=test
/etc/openldap/ldap.conf
URI ldaps:/ip-address:636/
BASE dc=testldap,dc=test
Did I miss any configuration on ldap?