Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'Replacement index 0 out of range for positional args tuple' #1646

Merged
merged 2 commits into from
Dec 8, 2024

Conversation

TownCube
Copy link
Contributor

@TownCube TownCube commented Dec 7, 2024

Fixes #1611

  • Follow the pattern of the user match and skip the group_collection_match if no groups match. This allows capturing groups to be used when the user matches but the LDAP group doesn't.
  • Add tests for capturing group using the example from the sample rights file.

Copy link
Collaborator

@pbiering pbiering left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@pbiering pbiering added this to the 3.3.2 milestone Dec 8, 2024
@pbiering pbiering merged commit eef33f7 into Kozea:master Dec 8, 2024
22 checks passed
@pbiering pbiering added the bug label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parsing error of examples in rights file
2 participants