Update LDAPOperationManager.java (#9561)
Update LDAPOperationManager.java Closes #9560
This commit is contained in:
parent
b8d3c12a08
commit
a6acc89bf3
1 changed files with 7 additions and 0 deletions
|
@ -530,6 +530,13 @@ public class LDAPOperationManager {
|
|||
}
|
||||
|
||||
throw ae;
|
||||
} catch(RuntimeException re){
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debugf(re, "LDAP Connection TimeOut for DN [%s]", dn);
|
||||
}
|
||||
|
||||
throw re;
|
||||
|
||||
} catch (Exception e) {
|
||||
logger.errorf(e, "Unexpected exception when validating password of DN [%s]", dn);
|
||||
throw new AuthenticationException("Unexpected exception when validating password of user");
|
||||
|
|
Loading…
Reference in a new issue