diff options
-rw-r--r-- | etc/ppp/ppp.disabled | 15 | ||||
-rw-r--r-- | etc/ppp/ppp.shells.sample | 11 | ||||
-rw-r--r-- | share/examples/pppd/ppp.shells.sample | 11 |
3 files changed, 37 insertions, 0 deletions
diff --git a/etc/ppp/ppp.disabled b/etc/ppp/ppp.disabled new file mode 100644 index 0000000..51e1e9b --- /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 0000000..af4136c --- /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 0000000..af4136c --- /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 |