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

new check: users with no password #114

Open
trel opened this issue Nov 13, 2021 · 2 comments
Open

new check: users with no password #114

trel opened this issue Nov 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@trel
Copy link
Member

trel commented Nov 13, 2021

  • except 'anonymous'
  • except 'groups'
@ganning127
Copy link
Contributor

ganning127 commented Jun 8, 2023

I don't think it is possible to do this right now on ZMT. When looking at the genquery columns, there is no column that represents a user's password, or whether or not their password is empty.

I think an addition on the server side would need to be made, to add a flag that says whether or not this users' password is empty and expose that as a column on genquery.

If there's anything I missed, please let me know!

@alanking
Copy link
Contributor

alanking commented Jun 8, 2023

I would also add that users which use non-native authentication schemes (e.g. PAM) often do not have passwords on purpose because they do not use native authentication and iRODS does not store the PAM passwords.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants