summaryrefslogtreecommitdiffstats
path: root/etc/keystone.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/keystone.conf.sample')
-rw-r--r--etc/keystone.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
index 1d486768..3d330ba6 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -112,17 +112,26 @@
# user_objectclass = inetOrgPerson
# user_id_attribute = cn
# user_name_attribute = sn
+# user_allow_create = True
+# user_allow_update = True
+# user_allow_delete = True
# tenant_tree_dn = ou=Groups,dc=example,dc=com
# tenant_objectclass = groupOfNames
# tenant_id_attribute = cn
# tenant_member_attribute = member
# tenant_name_attribute = ou
+# tenant_allow_create = True
+# tenant_allow_update = True
+# tenant_allow_delete = True
# role_tree_dn = ou=Roles,dc=example,dc=com
# role_objectclass = organizationalRole
# role_id_attribute = cn
# role_member_attribute = roleOccupant
+# role_allow_create = True
+# role_allow_update = True
+# role_allow_delete = True
[filter:debug]
paste.filter_factory = keystone.common.wsgi:Debug.factory