summaryrefslogtreecommitdiffstats
path: root/keystone/tests/_ldap_livetest.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/tests/_ldap_livetest.py')
-rw-r--r--keystone/tests/_ldap_livetest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/keystone/tests/_ldap_livetest.py b/keystone/tests/_ldap_livetest.py
index eeaa7e5f..4562ccb6 100644
--- a/keystone/tests/_ldap_livetest.py
+++ b/keystone/tests/_ldap_livetest.py
@@ -156,5 +156,10 @@ class LiveLDAPIdentity(test_backend_ldap.LDAPIdentity):
self.assertEqual(ldap.DEREF_SEARCHING,
ldap_wrapper.conn.get_option(ldap.OPT_DEREF))
+ def test_user_enable_attribute_mask(self):
+ CONF.ldap.user_enabled_emulation = False
+ CONF.ldap.user_enabled_attribute = 'employeeType'
+ super(LiveLDAPIdentity, self).test_user_enable_attribute_mask()
+
def test_create_unicode_user_name(self):
self.skipTest('Addressed by bug #1172106')