diff options
author | brian <brian@cvs.openbsd.org> | 2000-12-15 01:14:32 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2000-12-15 01:14:32 +0000 |
commit | d64d9965935bc9dab6d6cb22352fc47cd826ae0a (patch) | |
tree | b9fdfaced339bf36411d0297beda88f879775026 /usr.sbin/ppp | |
parent | 475674052e0a84887239cb3bcde569867f0d11d8 (diff) |
Correct documented defaults for mppe, chap80 and chap81
Diffstat (limited to 'usr.sbin/ppp')
-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 |