File tree Expand file tree Collapse file tree
test/integration/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ def __init__(self):
5454 {
5555 "basedn" : "dc=cloudstack,dc=org" ,
5656 "emailAttribute" : "mail" ,
57- "realnameAttribute" : "cn" ,
5857 "userObject" : "inetOrgPerson" ,
5958 "usernameAttribute" : "uid" ,
6059 "hostname" : "localhost" ,
@@ -179,14 +178,6 @@ def _addLdapConfiguration(self,ldapConfiguration):
179178 updateConfigurationResponse = self .apiClient .updateConfiguration (updateConfigurationCmd )
180179 self .debug ("updated the parameter %s with value %s" % (updateConfigurationResponse .name , updateConfigurationResponse .value ))
181180
182-
183- updateConfigurationCmd = updateConfiguration .updateConfigurationCmd ()
184- updateConfigurationCmd .name = "ldap.realname.attribute"
185- updateConfigurationCmd .value = ldapConfiguration ['realnameAttribute' ]
186- updateConfigurationResponse = self .apiClient .updateConfiguration (updateConfigurationCmd )
187- self .debug ("updated the parameter %s with value %s" % (updateConfigurationResponse .name , updateConfigurationResponse .value ))
188-
189-
190181 updateConfigurationCmd = updateConfiguration .updateConfigurationCmd ()
191182 updateConfigurationCmd .name = "ldap.user.object"
192183 updateConfigurationCmd .value = ldapConfiguration ['userObject' ]
You can’t perform that action at this time.
0 commit comments