Skip to content

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

@raphendyr

Description

@raphendyr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions