You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
inrpam_ext.c
is used for authenticated user, but it would be nice to be able to call this function without password. Thus another method likerpam.valid(username)
could be added.The text was updated successfully, but these errors were encountered: