In this post i will show how to install OpenLDAP-clients on linux CentOS 6.2 server. openldap-clients will be require when you need to run LDAP search tool, ldapsearch command. LDAP search tool is the simplest tool remotely searching on the directory servers such as 389 directory server and Windows active directory. It’s usefull to retrieve the information remotely and greatly helps in troubleshooting the problems.
Simply run this command to install openldap-clients :
[root@centos62 ~]# yum install openldap-clients -y