1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

Put a complete set of pppd(8) sample configuration files in

/usr/share/examples/pppd.

Remove the out-of-place pppd(8) configuration files in etc/ppp,
ppp.shells.sample and ppp.deny.

Make the appropriate changes to the build process, etc/Makefile and
etc/mtree/BSD.usr.mtree, so it all works.
This commit is contained in:
Crist J. Clark 2002-01-29 01:10:47 +00:00
parent 76f10508d4
commit 7fc6e2f775
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89937
3 changed files with 2 additions and 36 deletions

View File

@ -397,6 +397,8 @@
..
ppp
..
pppd
..
printing
..
scsi_target

View File

@ -1,22 +0,0 @@
# $FreeBSD$
#
# list of users disallowed any pppd access via 'system
# password login'.
# read by pppd(8).
root
toor
daemon
operator
bin
tty
kmem
games
news
man
bind
ftp
uucp
xten
pop
ingres
nobody

View File

@ -1,14 +0,0 @@
# $FreeBSD$
#
# 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
/bin/tcsh
/usr/local/bin/ksh
/usr/local/bin/zsh
/usr/local/bin/bash
/usr/local/bin/tcsh
/usr/local/bin/ppplogin.sh