Pearl1594 commented on issue #10335: URL: https://github.com/apache/cloudstack/issues/10335#issuecomment-2803355364
@rajujith I don't seem to be able to reproduce it, I used a debugger to test it. I followed the given steps: - Setup all the necessary ldap configs including ldap.truststore and ldap.truststore.password - created an ldap server - Placed a debugger at: https://github.com/apache/cloudstack/blob/4d572fa6d38dc34e0f567a5f593d1d3bcadb91ae/plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/LdapConfiguration.java#L281-L287 It returned the set values in the global setting - then proceeded to update the values of `ldap.truststore` and `ldap.truststore.password` - Deleted the previously added ldap server and re-added it - Debugger hits the same point as mentioned on step 3 - it returns the latest values set in the global config. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
