diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-21 22:58:30 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-21 22:58:30 +0100 |
commit | 218e61f80f69b470255245f28b0d1917c01bf915 (patch) | |
tree | f1d8c21da61f763be9fa64abf190fd637fda8f68 /sys/man | |
parent | 98b1f2a75b99f1af3c7c7cecf3735bab1793e2a2 (diff) |
ppp(8): remove BUGS section, client auth has been fixed.
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/ppp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/man/8/ppp b/sys/man/8/ppp index 9237585d4..be60bfda3 100644 --- a/sys/man/8/ppp +++ b/sys/man/8/ppp @@ -137,8 +137,7 @@ add to the .IR factotum (4) key pattern when looking for a user name and password -for authentication; the default key pattern is -.B "proto=pass" "service=ppp" +for authentication. .TP .B m set the maximum transfer unit (default 1450) @@ -277,9 +276,3 @@ set the receive window to .I gre in .IR ip (3) -.SH BUGS -.I Ppp -should use factotum to execute -the client side of the challenge-reponse -protocol, but instead it reads a password -from factotum and runs the protocol itself. |