Francis Labrie edited a comment on Bug JENKINS-12920

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);
    }

Personnaly, I've fixed the problem by setting User search base to ou=people and Group search base to ou=groups.

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

Reply via email to