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

pam_access: Support UID and GID in access.conf #114

Open
kevinptt0323 opened this issue May 20, 2019 · 0 comments · May be fixed by #186
Open

pam_access: Support UID and GID in access.conf #114

kevinptt0323 opened this issue May 20, 2019 · 0 comments · May be fixed by #186

Comments

@kevinptt0323
Copy link

It would be great if pam_access supports UID and GID just like sudoers. For sudoers, we can use #1000 to represent a user with UID 1000.

User ::= '!'* user name |
         '!'* #uid |
         '!'* %group |
         '!'* %#gid |
         '!'* +netgroup |
         '!'* %:nonunix_group |
         '!'* %:#nonunix_gid |
         '!'* User_Alias

Ref: Sudoers Manual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants