summaryrefslogtreecommitdiffstats
path: root/keystone/config.py
diff options
context:
space:
mode:
authorJose Castro Leon <jose.castro.leon@cern.ch>2012-09-27 13:53:54 +0200
committerJose Castro Leon <jose.castro.leon@cern.ch>2012-10-05 14:16:37 +0200
commitee48c24184462724aa85b603296adb9f3f68934e (patch)
tree62c02a6973ca73665b93118232f3332cc5c2b577 /keystone/config.py
parent1262a07277468dd48ba2167849fecf4c4766784b (diff)
downloadkeystone-ee48c24184462724aa85b603296adb9f3f68934e.tar.gz
keystone-ee48c24184462724aa85b603296adb9f3f68934e.tar.xz
keystone-ee48c24184462724aa85b603296adb9f3f68934e.zip
Unable to delete tenant if contains roles in LDAP backend (bug 1057407)
Change-Id: I5e2746827bd66c6c4aebc28da1b24933fdc261f7
Diffstat (limited to 'keystone/config.py')
-rw-r--r--keystone/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/keystone/config.py b/keystone/config.py
index 5fed916c..a2586e9d 100644
--- a/keystone/config.py
+++ b/keystone/config.py
@@ -163,6 +163,7 @@ register_str('password', group='ldap', default='freeipa4all')
register_str('suffix', group='ldap', default='cn=example,cn=com')
register_bool('use_dumb_member', group='ldap', default=False)
register_str('user_name_attribute', group='ldap', default='sn')
+register_bool('allow_subtree_delete', group='ldap', default=False)
register_str('user_tree_dn', group='ldap', default=None)