From 648cce8fd559885c9c386d6d8a303f6bbe327cf9 Mon Sep 17 00:00:00 2001 From: Daniel O'Callaghan Date: Tue, 15 Apr 1997 07:15:15 +0000 Subject: List of users who may not use pppd in system password logins, and a sample list of acceptable shells. --- etc/ppp/ppp.disabled | 15 +++++++++++++++ etc/ppp/ppp.shells.sample | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 etc/ppp/ppp.disabled create mode 100644 etc/ppp/ppp.shells.sample (limited to 'etc') 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 -- cgit v1.2.3