aboutsummaryrefslogtreecommitdiff
path: root/etc/pam.d/imap
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-12-05 21:26:00 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-12-05 21:26:00 +0000
commit426ae370f42d92e78fd63075a4d8a31f7f1ba800 (patch)
treeb87ea2392bd05516bcd4aaa0b0f503a55e0000dc /etc/pam.d/imap
parent722b228abab037183a912c9c7ead276492bac31e (diff)
downloadsrc-426ae370f42d92e78fd63075a4d8a31f7f1ba800.tar.gz
src-426ae370f42d92e78fd63075a4d8a31f7f1ba800.zip
Awright, egg on my face. I should have taken more time with this. The
conversion script generated the wrong format, so the configuration files didn't actually work. Good thing I hadn't thrown the switch yet... Sponsored by: DARPA, NAI Labs (but the f***ups are all mine)
Notes
Notes: svn path=/head/; revision=87423
Diffstat (limited to 'etc/pam.d/imap')
-rw-r--r--etc/pam.d/imap8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/pam.d/imap b/etc/pam.d/imap
index 691137071ec4..cfacfb8a78f1 100644
--- a/etc/pam.d/imap
+++ b/etc/pam.d/imap
@@ -5,7 +5,7 @@
#
# auth
-#imap auth required pam_nologin.so no_warn
-#imap auth required pam_opie.so no_warn
-#imap auth required pam_ssh.so no_warn try_first_pass
-#imap auth required pam_unix.so no_warn try_first_pass
+#auth required pam_nologin.so no_warn
+#auth required pam_opie.so no_warn
+#auth required pam_ssh.so no_warn try_first_pass
+#auth required pam_unix.so no_warn try_first_pass