Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed Aug 23, 2023
1 parent 502546d commit 2f798b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ jenkins.save()

### Case sensitive mode
In previous versions of this plugin, roles assignments where always matched case-sensitive, even when the security realm
works case-insensitive (as do most of them). As of version TODO the plugin will use the strategy given by the security realm
works case-insensitive (as do most of them). As of version 685 the plugin will use the strategy given by the security realm
to match assigned roles. If for some reason you need the old behaviour, set the property `com.michelin.cio.hudson.plugins.rolestrategy.RoleMap.FORCE_CASE_SENSITIVE`
via command line `jenkins -Dcom.michelin.cio.hudson.plugins.rolestrategy.RoleMap.FORCE_CASE_SENSITIVE=true -war jenkins.war` or set it via the script console.
via command line `jenkins -Dcom.michelin.cio.hudson.plugins.rolestrategy.RoleMap.FORCE_CASE_SENSITIVE=true -war jenkins.war`, set it via the script console or via
an init hook script.



Expand Down

0 comments on commit 2f798b6

Please sign in to comment.