617618619620621622623624625626627
} catch ( Exception cause ) { LOG.error( I18n.err( I18n.ERR_6, cause.getLocalizedMessage() ) ); LdapAuthenticationException e = new LdapAuthenticationException( cause.getLocalizedMessage() ); e.initCause( e ); throw e; } Value<?> userPassword;