keystone/keystone/identity
Arun Kant ea689ff78f Adding support for ldap connection pooling.
Using ldappool library to establish connection pooling.
Connection pooling is disabled by default.
Pooling specific configuration parameters are added in ldap section.
Added pool test using existing FakeLdap as connector class.
Added pool specific ldap live test. These tests are executed similar to
existing ldap live test.
Addressed async search_s and result3 API issues mentioned in review.
Added separate connection pool for end user auth bind done by keystone
identity ldap driver logic to avoid saturation of pool by these kind of
binds and limiting pool effectiveness for other ldap operations.
Rebased with lastest master and addressed doc comments.

Change-Id: If516a0d308a7f3be88df5583a30739a935076173
Closes-Bug: #1320997
bp: ldap-connection-pooling
DocImpact
2014-07-23 12:11:48 -07:00
..
backends Adding support for ldap connection pooling. 2014-07-23 12:11:48 -07:00
id_generators Add identity mapping capability 2014-07-02 11:29:07 +01:00
mapping_backends Avoid loading a ref from SQL to delete the ref 2014-07-11 19:43:36 +00:00
__init__.py Add identity mapping capability 2014-07-02 11:29:07 +01:00
controllers.py Use oslo.i18n 2014-07-13 10:29:41 -05:00
core.py Merge "Consolidate `assert_XXX_enabled` type calls to managers" 2014-07-21 16:22:12 +00:00
generator.py Introduce pragma no cover to asbtract classes 2014-07-17 16:31:24 +03:00
routers.py HEAD responses should return same status as GET 2014-07-08 22:37:44 -07:00