255256257258259260261262263264265
} catch ( Exception cause ) { LOG.error( I18n.err( I18n.ERR_6, cause.getLocalizedMessage() ) ); LdapAuthenticationException e = new LdapAuthenticationException( cause.getLocalizedMessage() ); e.initCause( e ); throw e; } checkPwdPolicy( userEntry );
293294295296297298299300301302303