Can't perform ldapsearch

View: New views
1 Messages — Rating Filter:   Alert me  

Can't perform ldapsearch

by rrperez :: Rate this Message:

| View Threaded | Show Only this Message

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?