summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@openbsd.org>1999-03-16 11:54:05 +0000
committerbrian <brian@openbsd.org>1999-03-16 11:54:05 +0000
commit37b007eb80dd708236ea7f7d436cea7e1488d176 (patch)
tree578d2adbccac1342ac7dbc566a36d6152af13ba2
parentK6-3 (diff)
downloadwireguard-openbsd-37b007eb80dd708236ea7f7d436cea7e1488d176.tar.xz
wireguard-openbsd-37b007eb80dd708236ea7f7d436cea7e1488d176.zip
Mention changes to the default authentication behaviour.
-rw-r--r--usr.sbin/ppp/ppp/README.changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ppp/ppp/README.changes b/usr.sbin/ppp/ppp/README.changes
index 4642dfe0595..c5b4a1c2a64 100644
--- a/usr.sbin/ppp/ppp/README.changes
+++ b/usr.sbin/ppp/ppp/README.changes
@@ -78,3 +78,5 @@ o Ppp waits for 1 second before checking whether the device supports
carrier. This is controllable with ``set cd''.
o Random dial timeouts are now between 1 and 30 seconds inclusive rather
than between 0 and 29.
+o Ppp now accepts M$CHAP (as well as normal CHAP) by default. If this
+ is not required, you must ``deny chap05 chap80''.