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

Force lower case for user name mapping in ood_auth_map.regex #63

Open
jprorama opened this issue Feb 13, 2019 · 1 comment
Open

Force lower case for user name mapping in ood_auth_map.regex #63

jprorama opened this issue Feb 13, 2019 · 1 comment

Comments

@jprorama
Copy link
Owner

The /opt/ood/ood_auth_map/bin/ood_auth_map.regex script needs to return a lower case username regardless of the case of the input name pattern.

It may be desirable to control this via a flag, like -d for downcase.

@jprorama
Copy link
Owner Author

The current tool only supports grep pattern matches and while they can be insensitive to case Ruby grep expressions cannot change the case. see also Ruby regex docs.

rtripath89 added a commit to diedpigs/CRI_XCBC that referenced this issue Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant