diff options
author | brian <brian@FreeBSD.org> | 2000-12-15 01:09:38 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-12-15 01:09:38 +0000 |
commit | 5fd9455c07e849c3d1b690c54671d69d4ab80f63 (patch) | |
tree | 58b4e4bbecbb0f10861bdfff0e1ac38df3dc30d2 | |
parent | e086882f9137cb74515a9c9ce90d600e9456abb7 (diff) | |
download | FreeBSD-src-5fd9455c07e849c3d1b690c54671d69d4ab80f63.zip FreeBSD-src-5fd9455c07e849c3d1b690c54671d69d4ab80f63.tar.gz |
Correct the documented default behaviour of mschap, mschap81 and MPPE.
Pointed out by: Mark Knight <markk@knigma.org>
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 6 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index d54a0f1..1cd84ce 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -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 diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index d54a0f1..1cd84ce 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -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 |