Skip to content

Commit

Permalink
Update ADChangePasswordListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Apr 9, 2016
1 parent cf710ed commit 7310288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void preModify(Account acct, String newPassword, Map context, Map<String,
System.setProperty("javax.net.ssl.trustStore", "/opt/zimbra/java/jre/lib/security/cacerts");
System.setProperty("javax.net.debug", "all");
ADConnection adc = new ADConnection(domain);
adc.updatePassword(acct.getUid, newPassword);
adc.updatePassword(acct.getUid(), newPassword);
} catch (NamingException ex) {
throw AccountServiceException.PERM_DENIED(ex.toString());
}
Expand Down

0 comments on commit 7310288

Please sign in to comment.