diff options
author | danny <danny@FreeBSD.org> | 1997-04-15 07:15:15 +0000 |
---|---|---|
committer | danny <danny@FreeBSD.org> | 1997-04-15 07:15:15 +0000 |
commit | f38d855ac287336a1dff2435ef08f10289e14f91 (patch) | |
tree | 77467bdaaa46d19925a18c23d3abae586d87078d | |
parent | 41e30c330c3c6fd558ac7f604b8c559ca5f27c58 (diff) | |
download | FreeBSD-src-f38d855ac287336a1dff2435ef08f10289e14f91.zip FreeBSD-src-f38d855ac287336a1dff2435ef08f10289e14f91.tar.gz |
List of users who may not use pppd in system password logins, and a
sample list of acceptable shells.
-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 |