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

Ability to check if user account is not expired/invalid #6

Open
raphendyr opened this issue Jan 28, 2014 · 1 comment
Open

Ability to check if user account is not expired/invalid #6

raphendyr opened this issue Jan 28, 2014 · 1 comment

Comments

@raphendyr
Copy link

There is sometimes need to check if user could authenticate (check if user account is not expired). For example in gitlab when user connects using key over ssh and we want to validate that user account tied to the key is still valid in our environment.

For this the second command pam_acct_mgmt in rpam_ext.c is used for authenticated user, but it would be nice to be able to call this function without password. Thus another method like rpam.valid(username) could be added.

@canweriotnow
Copy link
Owner

I'm not too active on this project anymore but if you'd like to send a pull request I'd be happy to consider it.

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

2 participants