summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/kde
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-05 21:26:00 +0000
committerdes <des@FreeBSD.org>2001-12-05 21:26:00 +0000
commit341beea7b903e9ef8ceb2e3b42557bbd8ca94fd1 (patch)
treeb87ea2392bd05516bcd4aaa0b0f503a55e0000dc /etc/pam.d/kde
parent54d858ac55f4ab6e37db49afe630a208235f75fd (diff)
downloadFreeBSD-src-341beea7b903e9ef8ceb2e3b42557bbd8ca94fd1.zip
FreeBSD-src-341beea7b903e9ef8ceb2e3b42557bbd8ca94fd1.tar.gz
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)
Diffstat (limited to 'etc/pam.d/kde')
-rw-r--r--etc/pam.d/kde12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/pam.d/kde b/etc/pam.d/kde
index 81fc590..0956488 100644
--- a/etc/pam.d/kde
+++ b/etc/pam.d/kde
@@ -5,9 +5,9 @@
#
# auth
-kde auth required pam_nologin.so no_warn
-#kde auth sufficient pam_opie.so no_warn
-#kde auth sufficient pam_kerberosIV.so no_warn try_first_pass
-#kde auth sufficient pam_krb5.so no_warn try_first_pass
-#kde auth required pam_ssh.so no_warn try_first_pass
-kde auth required pam_unix.so no_warn try_first_pass
+auth required pam_nologin.so no_warn
+#auth sufficient pam_opie.so no_warn
+#auth sufficient pam_kerberosIV.so no_warn try_first_pass
+#auth sufficient pam_krb5.so no_warn try_first_pass
+#auth required pam_ssh.so no_warn try_first_pass
+auth required pam_unix.so no_warn try_first_pass
OpenPOWER on IntegriCloud