LDAP is a Fuel plugin that allows to use existing LDAP server as authentication backend for Keystone
This repo contains all necessary files to build LDAP Fuel plugin. Supported Fuel version is 7.0.
-
Clone the LDAP plugin repo from
https://github.com/stackforge/fuel-plugin-ldap
. -
Install Fuel Plugin Builder:
pip install fuel-plugin-builder
-
Execute
fpb --build <path>
command, where is the path to the plugin's main folder (fuel-plugin-ldap). For example:fpb --build fuel-plugin-ldap/
-
The ldap-<x.x.x>.rpm plugin file will be created.
-
Move this file to the Fuel Master node with secure copy (scp):
scp ldap-<x.x.x>.rpm root@:<the_Fuel_Master_node_IP address>:/tmp
cd /tmp
-
Install it using the following command:
fuel plugins --install ldap-<x.x.x>.rpm
-
Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.