173c4f380SJoerg Sonnenberger# 2*2edc29caSPeter Avalos# $FreeBSD: src/etc/pam.d/other,v 1.13 2009/10/05 09:28:54 des Exp $ 373c4f380SJoerg Sonnenberger# 473c4f380SJoerg Sonnenberger# PAM configuration for the "other" service 573c4f380SJoerg Sonnenberger# 673c4f380SJoerg Sonnenberger 73a98b509SPeter Avalos# auth 83a98b509SPeter Avalos#auth sufficient pam_krb5.so no_warn try_first_pass 93a98b509SPeter Avalos#auth sufficient pam_ssh.so no_warn try_first_pass 103a98b509SPeter Avalosauth required pam_unix.so no_warn try_first_pass 113a98b509SPeter Avalos 123a98b509SPeter Avalos# account 133a98b509SPeter Avalosaccount required pam_nologin.so 143a98b509SPeter Avalos#account required pam_krb5.so 153a98b509SPeter Avalosaccount required pam_login_access.so 163a98b509SPeter Avalosaccount required pam_unix.so 173a98b509SPeter Avalos 183a98b509SPeter Avalos# session 19*2edc29caSPeter Avalos#session optional pam_ssh.so want_agent 203a98b509SPeter Avalossession required pam_permit.so 213a98b509SPeter Avalos 223a98b509SPeter Avalos# password 233a98b509SPeter Avalospassword required pam_permit.so 24