RETIRED, Fuel plugin which allows to use LDAP as an authentication backend
Go to file
OpenDev Sysadmins e63282b813 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:00 +00:00
deployment_scripts/puppet Update template for LDAP proxy with TLS. 2016-07-06 23:03:13 +03:00
doc Adds Plugin Guide. 2016-07-07 16:26:59 +03: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 OpenDev Migration Patch 2019-04-19 19:50:00 +00:00
README.md Update repo URL namespace from stackforge to openstack 2016-05-31 08:18:55 +00: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 LDAP proxy support 2016-07-01 10:23:36 +03:00
metadata.yaml Merge "Update repo URL namespace from stackforge to openstack" 2016-07-07 14:02:50 +00: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/openstack/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.