Skip to content
Snippets Groups Projects
Verified Commit 2327a57f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[PAM] Resolve authenticating user using getpwnam outside the UserInfo struct

Necessary because in order t oresolve the home directory to store the access token,
the try_resolve method would have to be called, which can not resolve using
getpwnam while the PAM module holds the lock to the structure.
parent e3ad91e2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment