summaryrefslogtreecommitdiffstats
path: root/tests/test_backend_ldap.py
diff options
context:
space:
mode:
authorSahdev Zala <spzala@us.ibm.com>2013-06-12 14:38:33 -0500
committerSahdev Zala <spzala@us.ibm.com>2013-06-12 16:07:01 -0500
commit61c72f73424c47d21e533b0bdde997f6e0a4de45 (patch)
tree4cf1f20e132e4db3acfcc1d79f36db952dd3cb8d /tests/test_backend_ldap.py
parent6111bc9dfe374a0dae7839a325246df8abfb5aa3 (diff)
downloadkeystone-61c72f73424c47d21e533b0bdde997f6e0a4de45.tar.gz
keystone-61c72f73424c47d21e533b0bdde997f6e0a4de45.tar.xz
keystone-61c72f73424c47d21e533b0bdde997f6e0a4de45.zip
LDAP get_project_users should not return password
Also with this fix no need to skip get_project_users for LDAP. Fixes bug1190286 Change-Id: I6ab6b4179c36d49b8a2eab1ea67ce0d6339751f5
Diffstat (limited to 'tests/test_backend_ldap.py')
-rw-r--r--tests/test_backend_ldap.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_backend_ldap.py b/tests/test_backend_ldap.py
index 5845dda7..864a657f 100644
--- a/tests/test_backend_ldap.py
+++ b/tests/test_backend_ldap.py
@@ -518,9 +518,6 @@ class LDAPIdentity(test.TestCase, test_backend.IdentityTests):
def test_list_user_projects(self):
raise nose.exc.SkipTest('Blocked by bug 1101287')
- def test_get_project_users(self):
- raise nose.exc.SkipTest('N/A: LDAP does not support multiple domains')
-
def test_create_duplicate_user_name_in_different_domains(self):
raise nose.exc.SkipTest('Blocked by bug 1101276')