Lee Eric <[email protected]> writes: > Thanks mate. I use pam_afs_session and pam_krb5 this PAM module in the > client. The user who is using NFS can log in sometime or cannot due to > timeout. The client has to access NFS/OpenAFS both. So is there any > method to fix that? I will paste the PAM configurations here.
> /etc/pam.d/system-auth > auth required pam_env.so > auth sufficient pam_fprintd.so > auth sufficient pam_unix.so nullok try_first_pass > auth requisite pam_succeed_if.so uid >= 500 quiet > auth required pam_deny.so > session optional pam_keyinit.so revoke > session required pam_limits.so > -session optional pam_systemd.so > session [success=1 default=ignore] pam_succeed_if.so service in > crond quiet use_uid > session required pam_unix.so Just to state the obvious, you're not using either pam_krb5 or pam_afs_session here. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
