Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 731678c3e0eb3259169be40d7b2a6a1dbacc2dee
      
https://github.com/jenkinsci/role-strategy-plugin/commit/731678c3e0eb3259169be40d7b2a6a1dbacc2dee
  Author: Markus Winter <[email protected]>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M README.md
    M src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java
    M src/test/java/org/jenkinsci/plugins/rolestrategy/RoleStrategyTest.java
    A 
src/test/resources/org/jenkinsci/plugins/rolestrategy/RoleStrategyTest/config.xml
    R 
src/test/resources/org/jenkinsci/plugins/rolestrategy/RoleStrategyTest/testRoleAssignment/config.xml

  Log Message:
  -----------
  [JENKINS-19409] use idstrategy to match role assignments (#332)

The matching of users to roles was so far case sensitive. But as most
security realms work case insensitive this means that permissions are
not properly matched when someone logs in with capital letters but the
role is assigned to the user with small letters.
The plugin now falls back to the security realms idstrategy in case the
user doesn't match case sensitive.
For backward compatibility reasons, this feature can be switched off.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/role-strategy-plugin/push/refs/heads/master/6a97d3-731678%40github.com.

Reply via email to