We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
/opt/ood/ood_auth_map/bin/ood_auth_map.regex
It may be desirable to control this via a flag, like -d for downcase.
-d
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Updating the ANSYS version to 2020R1 (jprorama#63)
f050831
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: