summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/telnetd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pam.d/telnetd')
-rw-r--r--etc/pam.d/telnetd12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/pam.d/telnetd b/etc/pam.d/telnetd
new file mode 100644
index 0000000..423de8e
--- /dev/null
+++ b/etc/pam.d/telnetd
@@ -0,0 +1,12 @@
+#
+# $FreeBSD$
+#
+# PAM configuration for the "telnetd" service
+#
+
+# auth
+telnetd auth required pam_nologin.so no_warn
+telnetd auth required pam_unix.so no_warn try_first_pass
+
+# account
+telnetd account required pam_unix.so
OpenPOWER on IntegriCloud