summaryrefslogtreecommitdiff
path: root/sys/man/8
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-01-21 22:58:30 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2018-01-21 22:58:30 +0100
commit218e61f80f69b470255245f28b0d1917c01bf915 (patch)
treef1d8c21da61f763be9fa64abf190fd637fda8f68 /sys/man/8
parent98b1f2a75b99f1af3c7c7cecf3735bab1793e2a2 (diff)
ppp(8): remove BUGS section, client auth has been fixed.
Diffstat (limited to 'sys/man/8')
-rw-r--r--sys/man/8/ppp9
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.