The ldap backend has a new parameter called user_enabled_invert.
This should be supported by puppet.
Closes-Bug: #1383779
Change-Id: I6d10408b15fa56610e25b37d3962067e8361da5c
- The same attribute was mistakenly written to incorrect fields
- A few tenant_ attributes were missing
- The test was incomplete
- The tenant_mail_attribute was mistakenly included, it doesn't exist
Change-Id: I57a05bce9b9246036f586bc80bc0b0c7f8b4694a
Adding full support for integrating Keystone via LDAP. Enables
support for managing all LDAP related Keystone options.
- Add two examples of LDAP configuration, although LDAP environments
are highly variable, these will help get everyone started
- Modify the keystone::ldap class to support all LDAP related options
- Check sane defaults in the keystone::ldap class to hopefully reduce mistakes
- Add a dependency on the python-ldap package
- Modify the LDAP test to match the new class
- Make the default-tenant optional since some LDAP backends do not
support this
Change-Id: Ie6879eb4816fd2b906f72cac8deb3b62bd4b2430