-
Improvement
-
Resolution: Fixed
-
Major
-
None
Some {{SecurityRealm}}s are case insensitive, notably Active Director, but the current core abstraction assumes that user names and group names are totally case sensitive.
In JENKINS-12607, I attempted a fix to canonicalize the names to lower case, but this resulted in massive regression because various parts of Jenkins (such as AuthorizationStrategy stores information keyed by the user name, and changing the user name breaks them.
We need to expand abstractions in the core (perhaps by even patching Acegi?) so that authorization code would naturally steer toward doing proper comparison.
- depends on
-
JENKINS-22247 Provide an extension point to define user id case sensitivity contract
- Resolved
- is blocking
-
JENKINS-4550 User ID in Security is case sensitive
- Closed
-
JENKINS-4354 Make Hudson user names case insensitive
- Resolved
- is related to
-
JENKINS-12607 Active directory user names should not be case sensitive.
- Open
-
JENKINS-12594 Active Directory groups are Case Senstive
- Resolved
-
JENKINS-3218 Hudson LDAP authentification is Case Sensitive
- Resolved
-
JENKINS-6377 Hudson Enforcing Unusual Case-Sensitivity for Login
- Resolved
-
JENKINS-12180 Active Directory Plugin - Adding AD Group Throws BadCredentialsException
- Resolved
-
JENKINS-4354 Make Hudson user names case insensitive
- Resolved