Open LDAP step by step installation and configuration
In this article we will learn about step by step installation and configuration of LDAP. To learn about Basic of LDAP, Click here. http://blog.eduguru.in/ldap-basic-of-open-ldap-introduction-to-ldap/ Install Open LDAP: # yum install *openldap* -y Start the Services: # chkconfig –levels 235 ldap on # service ldap start Create LDAP root user password: # slappasswd New password: Re-enter new … Read more