Merge "Remove keystone configs for ldap read/write"

This commit is contained in:
Jenkins
2017-09-10 18:31:06 +00:00
committed by Gerrit Code Review

View File

@@ -625,12 +625,6 @@ function create_ldap_domain {
iniset $KEYSTONE_LDAP_DOMAIN_FILE identity driver "ldap"
# LDAP settings for Users domain
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap group_allow_delete "False"
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap group_allow_update "False"
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap group_allow_create "False"
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap user_allow_delete "False"
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap user_allow_update "False"
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap user_allow_create "False"
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap user_tree_dn "ou=Users,$LDAP_BASE_DN"
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap user_objectclass "inetOrgPerson"
iniset $KEYSTONE_LDAP_DOMAIN_FILE ldap user_name_attribute "cn"