diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-03 14:45:02 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-03 14:45:02 +0000 |
| commit | 487fffcbf2ff795dd93a05a779015890f5603e15 (patch) | |
| tree | a564c40cc6d055ccac5b7d93e3a9057da2905b35 /etc | |
| parent | 2adf4e49c231c423489d94f395dc0c69d8e57e35 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/pam.d/sshd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pam.d/sshd b/etc/pam.d/sshd index b56fea34bef27..41ab3b0149f4f 100644 --- a/etc/pam.d/sshd +++ b/etc/pam.d/sshd @@ -8,12 +8,12 @@ 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 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_krb5.so account required pam_unix.so # session |
