76f10508d4
/usr/share/examples/pppd. Update pppd(8) documentation to reflect this, usr.sbin/pppd/pppd.8. 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. The files from etc/ppp, ppp.shells.sample and ppp.deny, were moved with a repo copy. Note it in the logs with a forced commit to these two. Submitted by: Maxim Konovalov <maxim@macomnet.ru> provided the new samples.
18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# Example for /etc/ppp/pap-secrets file.
|
|
#
|
|
# This file should be owned by root and not readable or
|
|
# writable by any other user.
|
|
#
|
|
# Dialin format: <remote name> <our name> <password> <allowed IP addresses>
|
|
#
|
|
joe server password 192.168.0.1/24 192.168.2.2
|
|
lisa server l1z4 * !192.168.0.1
|
|
mike server secret *
|
|
luser server nopass -
|
|
#
|
|
# Dialout format: <our name> <server name> <password>
|
|
#
|
|
jane isp password
|