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
Checks for operator users should only find operator users.
Most checks are implemented via checking if the username contains "opr", which will give false positives for some (rare) users.
Check specifically for the hutch operator accounts in /cds/home/opr instead:
/cds/home/opr
$ ls /cds/home/opr cxiopr detopr feeopr hplopr lasopr mccopr mecopr mfxopr rixopr tmoopr tstopr txiopr uedopr xcsopr xppopr
#204 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Checks for operator users should only find operator users.
Current Behavior
Most checks are implemented via checking if the username contains "opr", which will give false positives for some (rare) users.
Possible Solution
Check specifically for the hutch operator accounts in
/cds/home/opr
instead:Context
#204 (comment)
The text was updated successfully, but these errors were encountered: