Handle PAM session and account stack
Open
enhancement
- Dominant language
- C
- Stars
- 995
- Forks
- 420
- PR merge metrics
- No merged PRs in 30d
Description
At the moment it seams i3lock only handle the auth stack.
If pam_krb5 is used for authentication, the auth stack stores the credentials in a temprary file (/tmp/krb5_pam_XXXXXX). During session stack (pam_sm_setcred), the credentials are moved to its final location (/tmp/krb5cc_UID_XXXXXX) and the environment variable KRB5CCNAME will be set.
Contributor guide
Assessment
This issue has not been assessed yet.