diff options
author | 2000-12-15 01:14:31 +0000 | |
---|---|---|
committer | 2000-12-15 01:14:31 +0000 | |
commit | 51291724b2d650baf0588c1970694cf26f8ed56a (patch) | |
tree | 0fabbbd9b0102462f21bf782be1a89d6691c94ec | |
parent | handle pfkey soft updates. only update when SA has been used. (diff) | |
download | wireguard-openbsd-51291724b2d650baf0588c1970694cf26f8ed56a.tar.xz wireguard-openbsd-51291724b2d650baf0588c1970694cf26f8ed56a.zip |
Correct documented defaults for mppe, chap80 and chap81
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index effacb10957..22c15af2944 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ppp.8,v 1.101 2000/11/29 01:49:34 brian Exp $ +.\" $OpenBSD: ppp.8,v 1.102 2000/12/15 01:14:31 brian Exp $ .Dd 20 September 1995 .Dt PPP 8 .Os @@ -2740,19 +2740,19 @@ level, and any appropriate values are honoured as if the peer were responsible for dropping the connection. .It mppe -Default: Disabled and Denied. +Default: Enabled and Accepted. This is Microsoft Point to Point Encryption scheme. MPPE key size can be 40-, 56- and 128-bits. Refer to .Dq set mppe command. .It MSChapV2|chap81 -Default: Disabled and Denied. +Default: Disabled and Accepted. It is very similar to standard CHAP (type 0x05) except that it issues challenges of a fixed 16 bytes in length and uses a combination of MD4, SHA-1 and DES to encrypt the challenge rather than using the standard MD5 mechanism. .It MSChap|chap80nt -Default: Disabled and Denied. +Default: Disabled and Accepted The use of this authentication protocol is discouraged as it partially violates the authentication protocol by implementing two different mechanisms (LANMan & NT) under the guise of |