LDAP integration with openstack Keystone

Keystone supports integration with an existing LDAP directory for authentication and authorization services. I have tested this schema with Ubuntu 14.04, CentOS 6.4 openLDAP with openstack icehouse and its successfully connected. Use the following steps to LDAP integration with openstack Keystone. Install LDAP on Ubuntu or Centos sudo apt-get install slapd ldap-utils sudo dpkg-reconfigure slapd set […]
Continue reading…

 

Enable LDAP authentication for Cloudstack

LDAP stands for Lightweight Directory Access Protocol. As the name suggests, it is a lightweight protocol for accessing directory services, specifically X.500-based directory services. LDAP runs over TCP/IP or other connection oriented transfer services. LDAP is an IETF Standard Track protocol and is specified in “Lightweight Directory Access Protocol (LDAP). You can use an external […]
Continue reading…