----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13063/ -----------------------------------------------------------
Review request for cloudstack and Abhinandan Prateek. Repository: cloudstack-git Description ------- Disables password changing from the API when LDAP is enabled. Diffs ----- api/src/org/apache/cloudstack/api/LdapValidator.java PRE-CREATION api/src/org/apache/cloudstack/api/command/admin/account/UpdateAccountCmd.java 60d1a97 api/src/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java 52ec2ab plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapManagerImpl.java b6fb3e8 Diff: https://reviews.apache.org/r/13063/diff/ Testing ------- Compiled... unit tests passed. Enabled LDAP... attempted to change password, failed as expected. Disabled LDAP... attempted to change password, success as expected. Thanks, Ian Duffy