summaryrefslogtreecommitdiffstats
path: root/tests/backend_liveldap.conf
Commit message (Collapse)AuthorAgeFilesLines
* Do not create LDAP Domains sub treeSahdev Zala2013-07-081-2/+0
| | | | | | | | | Since we do not support multiple domains in LDAP, creating Domains sub tree is unnecessary and confusing. Fixes Bug1194204 Change-Id: Ie340fe00bd57675afda58318d858ad2089a17a29
* Enable emulation for domainsSahdev Zala2013-03-201-0/+1
| | | | | | Fixes bug #1157727 Change-Id: I3760469b8000cfc5fb461bb9ede5d0e140413dd7
* Support for LDAP groups (bug #1092187)Sahdev Zala2013-03-191-0/+2
| | | | | | | | Also covers Domain CRUD. Fixes Bug #1092187 Change-Id: If2266ed382edfedfad3eef450ce58640ca4b4657
* Fix live ldap testsAllan Feid2013-03-191-7/+14
| | | | | | | | | | Clean up clear_live_database so that all fixture data is removed. Make sure we use the configured trees for each ldap object in tests. Ensure all live tests pass or are skipped where appropriate. Fixes: bug #1154277 Change-Id: I2eb4efe78e2c9d2a18bce339765b3ab5d20ac8f5
* LDAP Identity backendAdam Young2012-02-271-0/+9
Bug 933852 Merged over the code from the legacy keystone implementation, updated style and streamlined the API a bit. * Unit tests can be run against a live OpenLDAP server * Password hashing done via passlib. Only does salted sha1, which is what simple_bind requires, but is not secure. * Added pip dependencies Change-Id: I5296d94f6b7d0a7c7dbc887cdae872171e34bb5f