diff options
author | brian <brian@FreeBSD.org> | 1998-06-18 01:24:29 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-06-18 01:24:29 +0000 |
commit | 700135c81985970ddb88309bb1d220c5a5119052 (patch) | |
tree | bb6dc34b8e532c7b660aa9f983b1ad39e7e0975b /usr.sbin | |
parent | 32f1e04359206dd5adc141c16e5bb8b00a61eb6d (diff) | |
download | FreeBSD-src-700135c81985970ddb88309bb1d220c5a5119052.zip FreeBSD-src-700135c81985970ddb88309bb1d220c5a5119052.tar.gz |
Mention the ``allow users'' command when describing
how to set things up for incoming connections.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 11 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 11 |
2 files changed, 18 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 84110cd..089ce90 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.106 1998/06/16 19:40:28 brian Exp $ +.\" $Id: ppp.8,v 1.107 1998/06/16 23:23:57 brian Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 @@ -758,8 +758,14 @@ client-side .Pp Here, the .Ar incoming -label must be set up in +section must be set up in .Pa /etc/ppp/ppp.conf . +.Pp +Make sure that the +.Ar incoming +section contains the +.Dq allow users +command as appropriate. .It Prepare an account for the incoming user. .Bd -literal @@ -824,6 +830,7 @@ for each incoming user: Pfred<TAB>xxxx Pgeorge<TAB>yyyy .Ed +.El .Pp Now, as soon as .Xr getty 8 diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 84110cd..089ce90 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.106 1998/06/16 19:40:28 brian Exp $ +.\" $Id: ppp.8,v 1.107 1998/06/16 23:23:57 brian Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 @@ -758,8 +758,14 @@ client-side .Pp Here, the .Ar incoming -label must be set up in +section must be set up in .Pa /etc/ppp/ppp.conf . +.Pp +Make sure that the +.Ar incoming +section contains the +.Dq allow users +command as appropriate. .It Prepare an account for the incoming user. .Bd -literal @@ -824,6 +830,7 @@ for each incoming user: Pfred<TAB>xxxx Pgeorge<TAB>yyyy .Ed +.El .Pp Now, as soon as .Xr getty 8 |