aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ppp/ppp.disabled15
-rw-r--r--etc/ppp/ppp.shells.sample11
-rw-r--r--share/examples/pppd/ppp.shells.sample11
3 files changed, 37 insertions, 0 deletions
diff --git a/etc/ppp/ppp.disabled b/etc/ppp/ppp.disabled
new file mode 100644
index 000000000000..51e1e9bd03e3
--- /dev/null
+++ b/etc/ppp/ppp.disabled
@@ -0,0 +1,15 @@
+# list of users disallowed any pppd access via 'system
+# password login'.
+# read by pppd(8).
+root
+toor
+daemon
+operator
+bin
+games
+news
+man
+ftp
+uucp
+xten
+ingres
diff --git a/etc/ppp/ppp.shells.sample b/etc/ppp/ppp.shells.sample
new file mode 100644
index 000000000000..af4136c68f87
--- /dev/null
+++ b/etc/ppp/ppp.shells.sample
@@ -0,0 +1,11 @@
+# List of acceptable shells for pppd(8).
+# Pppd will not accept a system password login
+# by a user whose shell is not listed below.
+
+/bin/sh
+/bin/csh
+/usr/local/bin/ksh
+/usr/local/bin/zsh
+/usr/local/bin/bash
+/usr/local/bin/tcsh
+/usr/local/bin/ppplogin.sh
diff --git a/share/examples/pppd/ppp.shells.sample b/share/examples/pppd/ppp.shells.sample
new file mode 100644
index 000000000000..af4136c68f87
--- /dev/null
+++ b/share/examples/pppd/ppp.shells.sample
@@ -0,0 +1,11 @@
+# List of acceptable shells for pppd(8).
+# Pppd will not accept a system password login
+# by a user whose shell is not listed below.
+
+/bin/sh
+/bin/csh
+/usr/local/bin/ksh
+/usr/local/bin/zsh
+/usr/local/bin/bash
+/usr/local/bin/tcsh
+/usr/local/bin/ppplogin.sh