Bases: object
Mixin class to set up an all-LDAP configuration.
Bases: object
Mixin class to set up generic LDAP backends.
Bases: keystone.tests.unit.core.SQLDriverOverrides
Mixin base for Identity LDAP, everything else SQL backend tests.
Bases: object
Mixin base class to test mapping of default LDAP backend.
The default configuration is not to enable mapping when using a single backend LDAP driver. However, a cloud provider might want to enable the mapping, hence hiding the LDAP IDs from any clients of keystone. Setting backward_compatible_ids to False will enable this mapping.
Bases: keystone.tests.unit.backend.core_sql.BaseBackendSqlTests
Bases: keystone.tests.unit.core.SQLDriverOverrides, keystone.tests.unit.core.TestCase