aboutsummaryrefslogtreecommitdiff
path: root/etc/pam.d/ftpd
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-02-16 13:02:39 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-02-16 13:02:39 +0000
commit1995e9db8a25d8b9dcb8322fb7a4e9eb972a12fe (patch)
tree874fe07c7483b0823d0aee5d272cf29e5d922abb /etc/pam.d/ftpd
parentaaf7fddd4f22fd8d8c18e7444ed3e224cf0d0ef9 (diff)
downloadsrc-1995e9db8a25d8b9dcb8322fb7a4e9eb972a12fe.tar.gz
src-1995e9db8a25d8b9dcb8322fb7a4e9eb972a12fe.zip
Add the allow_local option to all pam_opieaccess entries.
Notes
Notes: svn path=/head/; revision=110993
Diffstat (limited to 'etc/pam.d/ftpd')
-rw-r--r--etc/pam.d/ftpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/ftpd b/etc/pam.d/ftpd
index c217e0e28bfa..475162d791e9 100644
--- a/etc/pam.d/ftpd
+++ b/etc/pam.d/ftpd
@@ -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
#auth sufficient pam_krb5.so no_warn
#auth sufficient pam_ssh.so no_warn try_first_pass