RETIRED, Fuel plugin which allows to use LDAP as an authentication backend
Go to file
Maksym Yatsenko 6707739fbe Add 'chase_referrals' parameter.
its used for overriding the system's default
referral chasing behavior for queries.

Change-Id: Icc207bcc4180b7249e5bf415ce7e661fdaf7ee21
Related-Bug: #1532803
2016-06-15 14:13:20 +03:00
deployment_scripts/puppet Add 'chase_referrals' parameter. 2016-06-15 14:13:20 +03:00
doc Adds Plugin Guide 2016-04-12 16:56:34 +04:00
repositories keystone ldap plugin initial commit 2015-09-16 14:24:39 +03:00
specs blueprint: fuel-with-existed-ldap 2015-09-14 10:19:59 +03:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:24:03 +00:00
README.md update README 2015-10-15 11:52:58 +03:00
deployment_tasks.yaml Update ldap plugin to use plugin version 3.0.0 2016-02-17 16:08:14 +02:00
environment_config.yaml Add 'chase_referrals' parameter. 2016-06-15 14:13:20 +03:00
metadata.yaml Multidomains support 2016-03-29 20:51:31 +03:00

README.md

ldap

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.

Building the plugin

  1. Clone the LDAP plugin repo from https://github.com/stackforge/fuel-plugin-ldap.

  2. Install Fuel Plugin Builder:

    pip install fuel-plugin-builder

  3. 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/

  4. The ldap-<x.x.x>.rpm plugin file will be created.

  5. 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

  6. Install it using the following command:

    fuel plugins --install ldap-<x.x.x>.rpm

  7. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.