keystone/doc
Nathan Kinder 0bce43a466 Remove hardcoded LDAP group schema from emulated enabled mix-in
The emulated enabled mix-in uses hard-coded LDAP schema for the
group objectclass and membership attributes.  This patch makes the
mix-in optionally use the LDAP group configuration settings.

Conflicts:
        keystone/common/ldap/core.py
        keystone/tests/unit/test_backend_ldap.py

Change-Id: I5ed9d552ec140f83578398fd29e2130ebf827662
Closes-Bug: #1515302
(cherry picked from commit e465de5b44)
2015-11-13 12:27:06 -08:00
..
ext Remove vim header 2014-02-08 23:54:04 +08:00
source Remove hardcoded LDAP group schema from emulated enabled mix-in 2015-11-13 12:27:06 -08:00
Makefile Align with project configs. 2012-03-01 11:42:42 -08:00
README.rst Fixes documentation building 2013-12-13 02:47:37 +00:00
keystone_compat_flows.sdx Align with project configs. 2012-03-01 11:42:42 -08:00

README.rst

Building Docs

Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:

$ tox -e docs

The documentation will be built at doc/build/.