summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/pppd.8
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-04-13 01:07:00 +0000
committerbrian <brian@FreeBSD.org>1997-04-13 01:07:00 +0000
commit5b8c55b34e7a6f0087c138e43e85652af3f37aee (patch)
tree7ab46be72927c0415866fb5c18b5d24e713a3090 /usr.sbin/pppd/pppd.8
parentb2533fba6ff7273bd2dbe3373b345e5b53d48f0b (diff)
downloadFreeBSD-src-5b8c55b34e7a6f0087c138e43e85652af3f37aee.zip
FreeBSD-src-5b8c55b34e7a6f0087c138e43e85652af3f37aee.tar.gz
Allow forcing of local_ip:remote_ip in pap-secrets
and chap-secrets files. This allows specific users to have pre-allocated IP numbers while others get assigned dynamically. Submitted by: David Nugent <davidn@unique.usn.blaze.net.au>
Diffstat (limited to 'usr.sbin/pppd/pppd.8')
-rw-r--r--usr.sbin/pppd/pppd.89
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8
index c1953d8..76cef60 100644
--- a/usr.sbin/pppd/pppd.8
+++ b/usr.sbin/pppd/pppd.8
@@ -1,5 +1,5 @@
.\" manual page [] for pppd 2.0
-.\" $Id$
+.\" $Id: pppd.8,v 1.9 1997/02/22 16:11:54 peter Exp $
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
@@ -497,8 +497,11 @@ directions if desired.
A secrets file is parsed into words as for a options file. A secret
is specified by a line containing at least 3 words, in the order
client name, server name, secret. Any following words on the same line are
-taken to be a list of acceptable IP addresses for that client. If
-there are only 3 words on the line, it is assumed that any IP address
+taken to be a list of acceptable IP addresses for that client, or an
+override for "local:remote" addresses (the same format used on the
+command line or in the options file) when on a line that contains a
+specific client name (not a wildcard nor empty).
+If there are only 3 words on the line, it is assumed that any IP address
is OK; to disallow all IP addresses, use "-". If the secret starts
with an `@', what follows is assumed to be the name of a file from
which to read the secret. A "*" as the client or server name matches
OpenPOWER on IntegriCloud