aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1997-04-15 07:15:15 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1997-04-15 07:15:15 +0000
commit648cce8fd559885c9c386d6d8a303f6bbe327cf9 (patch)
treefa2e37a179f07c71599bb91b7c7b720523f51e34 /etc
parentb27098e7ca6abc0edd41b0db8de40d746ca25edb (diff)
downloadsrc-648cce8fd559885c9c386d6d8a303f6bbe327cf9.tar.gz
src-648cce8fd559885c9c386d6d8a303f6bbe327cf9.zip
List of users who may not use pppd in system password logins, and a
sample list of acceptable shells.
Notes
Notes: svn path=/head/; revision=24944
Diffstat (limited to 'etc')
-rw-r--r--etc/ppp/ppp.disabled15
-rw-r--r--etc/ppp/ppp.shells.sample11
2 files changed, 26 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