rra / pam-krb5

PAM module for Kerberos authentication
https://www.eyrie.org/~eagle/software/pam-krb5/
Other
18 stars 14 forks source link

Use k5login_directory #19

Open JustKiddingCode opened 3 years ago

JustKiddingCode commented 3 years ago

If search_k5login is specified, pam_krb5 only looks up .k5login in the user's home directory. Kerberos allows to specify a k5login_directory, so that the k5login file would be / This allows to authenticate via kerberos and then mount an encrypted home directory.

rra commented 3 years ago

Do you know if there's an API I can use to find the location of the user's .k5login file?