----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36334/ -----------------------------------------------------------
Review request for Ambari, John Speidel, Robert Nettleton, and Tom Beerbower. Bugs: AMBARI-12337 https://issues.apache.org/jira/browse/AMBARI-12337 Repository: ambari Description ------- An LDAP error occurs while updating and removing service principals in clusters with Kerberos enabled using Active Directory. The following exception is thrown when removing an account: ``` javax.naming.NamingException: [LDAP: error code 1 - 000020D6: SvcErr: DSID-0310081B, problem 5012 (DIR_ERROR), data 0 ] ``` The following exception is thrown when updating an account's password ``` javax.naming.NamingException: [LDAP: error code 1 - 000020D6: SvcErr: DSID-0310081B, problem 5012 (DIR_ERROR), data 0 ^@] ``` Diffs ----- ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/ADKerberosOperationHandler.java 7f82cfd Diff: https://reviews.apache.org/r/36334/diff/ Testing ------- Manually tested uisng JDK 1.8 and JDK 1.7 # Local test results: PENDING # Jenkins test results: PENDING Thanks, Robert Levas