diff options
author | des <des@FreeBSD.org> | 2003-02-16 13:02:39 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-02-16 13:02:39 +0000 |
commit | a9b89753874def43cb387f504359a86028a44029 (patch) | |
tree | 874fe07c7483b0823d0aee5d272cf29e5d922abb /etc/pam.d/sshd | |
parent | 8c8f33d988a452a314f89d4c466d06814bdbdd43 (diff) | |
download | FreeBSD-src-a9b89753874def43cb387f504359a86028a44029.zip FreeBSD-src-a9b89753874def43cb387f504359a86028a44029.tar.gz |
Add the allow_local option to all pam_opieaccess entries.
Diffstat (limited to 'etc/pam.d/sshd')
-rw-r--r-- | etc/pam.d/sshd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/sshd b/etc/pam.d/sshd index b4f44bc..7d5aea0 100644 --- a/etc/pam.d/sshd +++ b/etc/pam.d/sshd @@ -7,7 +7,7 @@ # auth auth required pam_nologin.so no_warn auth sufficient pam_opie.so no_warn no_fake_prompts -auth requisite pam_opieaccess.so no_warn +auth requisite pam_opieaccess.so no_warn allow_local #auth sufficient pam_kerberosIV.so no_warn try_first_pass #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass |