diff options
| author | Paul Saab <ps@FreeBSD.org> | 2001-01-12 10:13:59 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2001-01-12 10:13:59 +0000 |
| commit | 448d50bb2f088cf81bd54bdc68068fd270b517a1 (patch) | |
| tree | 1346838742a02258203950e22d438913a4c17e11 | |
| parent | 821eddc96ad1c7ed8b794ee6f715a854a35df72e (diff) | |
Notes
| -rw-r--r-- | etc/pam.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/pam.conf b/etc/pam.conf index 661759c1f711..70acb4e8cafd 100644 --- a/etc/pam.conf +++ b/etc/pam.conf @@ -22,6 +22,12 @@ ftpd auth requisite pam_cleartext_pass_ok.so #ftpd auth sufficient pam_kerberosIV.so try_first_pass ftpd auth required pam_unix.so try_first_pass +# OpenSSH with PAM support requires similar modules. The session one is +# a bit strange, though... +sshd auth sufficient pam_skey.so +sshd auth required pam_unix.so try_first_pass +sshd session required pam_permit.so + # Don't break startx xserver auth required pam_permit.so |
