Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Not A Defect
-
Component/s: core
-
Labels:None
-
Environment:Ubuntu 10.04
Description
After migrating from Hudson 1395 to Jenkins 1396, the login is broken. The update was done by following the instructions on http://pkg.jenkins-ci.org/debian/. The /var/lib/jenkins dir seems to be ok (my jobs are present). After restarting jenkins (more than once) I can not login using the linux authentication system. jenkins.log contains a org.acegisecurity.BadCredentialsException (see attachment). After entering my login credentials in two-finger-letter-by-letter mode, I am pretty sure that they are correct ![]()
Putting user jenkins into the shadow group solved it... a hint in the installation guide could be helpful.