summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/other
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-05 21:06:21 +0000
committerdes <des@FreeBSD.org>2001-12-05 21:06:21 +0000
commit9fc2ed638e658518f56cb225b8d28b3b657d0c32 (patch)
treee1ec738a736cca0672ad9b440cbd00f7f1014608 /etc/pam.d/other
parent9856496d316808c6b2996d7c1842614d2095cd16 (diff)
downloadFreeBSD-src-9fc2ed638e658518f56cb225b8d28b3b657d0c32.zip
FreeBSD-src-9fc2ed638e658518f56cb225b8d28b3b657d0c32.tar.gz
pam.d-style configuration, auto-generated from pam.conf.
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'etc/pam.d/other')
-rw-r--r--etc/pam.d/other19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/pam.d/other b/etc/pam.d/other
new file mode 100644
index 0000000..058a0b7
--- /dev/null
+++ b/etc/pam.d/other
@@ -0,0 +1,19 @@
+#
+# $FreeBSD$
+#
+# PAM configuration for the "other" service
+#
+
+# auth
+other auth required pam_nologin.so no_warn
+#other auth required pam_opie.so no_warn
+other auth required pam_unix.so no_warn try_first_pass
+
+# account
+other account required pam_unix.so
+
+# session
+other session required pam_unix.so
+
+# password
+other password required pam_deny.so
OpenPOWER on IntegriCloud