freebsd-skq/etc/pam.d/sshd
Dag-Erling Smørgrav 487fffcbf2 Don't enable pam_krb5 by default - most people don't have it since most
people don't build with MAKE_KERBEROS5 defined.  Provide commented-out
usage examples instead, like we do everywhere else.

Pointy hat to:	des
2003-02-03 14:45:02 +00:00

24 lines
501 B
Plaintext

#
# $FreeBSD$
#
# PAM configuration for the "sshd" service
#
# auth
auth required pam_nologin.so no_warn
auth sufficient pam_opie.so no_warn no_fake_prompts
auth required pam_opieaccess.so no_warn
#auth sufficient pam_krb5.so no_warn try_first_pass
auth required pam_unix.so no_warn try_first_pass
# account
account required pam_login_access.so
#account required pam_krb5.so
account required pam_unix.so
# session
session required pam_permit.so
# password
password required pam_permit.so