We recently switched from running Jenkins 1.451 to 1.466.1 After switching, authentication appears to be broken.
The LDAP configuration seems fine and when I intentionally enter a bad password it denies the login and I see the following in the logfile:
Aug 21, 2012 12:53:23 PM hudson.security.AuthenticationProcessingFilter2 onUnsuccessfulAuthentication
INFO: Login attempt failed
org.acegisecurity.BadCredentialsException: Bad credentials
However, when I enter my userid/password correctly, there is nothing in the logfile and at the upper-right hand corner it still says "login" without displaying "<username>|logout"
The same things happens when trying to use Jenkins own internal user database.
Any ideas? I'm not sure if this is a bug or how to troubleshoot further?
thanks,
Garret