LDAP is an open standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.
For example: a common usage is to provide a single sign on where one password for a user is shared between many services.
In OpenStack, and more especially in Keystone (Identity service), this feature is fully supported.
But if you have already played with RH-OSP (from 7.0 to 7.3 version), you know LDAP templates aren’t included for the moment.
I propose to you a quick introduction about how to enable LDAP in an RH-OSP deployment via puppet params.
HOW ?
A simple way to apply LDAP configuration to OpenStack can be to modifying puppet configuration data.
Following the OSP documentation, we need to add LDAP parameters into our environment file.