Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pam service module for user-linked API keys (#409)
This commit adds a dedicated PAM service module for evaluating user-linked API keys per discussion in NEP-053. Each user may have one or more keys associated with themselves. Each key is hashed using pbkdf2-sha512 with a minimum of 300000 iterations. The module only provides pam_sm_authenticate, other pam service module functions are stubbed-out.
- Loading branch information