|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-12920) LDAP autentication ... [email protected] (JIRA)
- [JIRA] (JENKINS-12920) LDAP autentica... [email protected] (JIRA)
- [JIRA] (JENKINS-12920) LDAP autentica... [email protected] (JIRA)

I have the same problem here, but the warning seems to be a log string format problem in class org.acegisecurity.providers.ldap.authenticator.BindAuthenticator2 only:
@Override void handleBindException(String userDn, String username, Throwable cause) { LOGGER.log(hadSuccessfulAuthentication? Level.FINE : Level.WARNING, "Failed to bind to LDAP: userDn"+userDn+" username="+username,cause); super.handleBindException(userDn, username, cause); }