diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-29 13:57:27 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-29 13:57:27 +0100 |
commit | 4442e0e1d5ccf93323ad47d2dfd4eebeda67a666 (patch) | |
tree | b91fee6f0d23ea0a20385de42edbd8402ed463db /sys/man | |
parent | bb3db0d56837281233accd9203c578ec05ec0e91 (diff) |
factotum(4): document mschapv2 and wpapsk protocols
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/4/factotum | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/man/4/factotum b/sys/man/4/factotum index a66f19a4c..bfa47f681 100644 --- a/sys/man/4/factotum +++ b/sys/man/4/factotum @@ -89,7 +89,7 @@ structure is independent of any particular authentication protocol. .I Factotum supports the following protocols: -.TF mschap +.TF mschapv2 .TP .B p9any a metaprotocol used to negotiate which actual protocol to use. @@ -121,7 +121,13 @@ the challenge/response protocol also used by POP3 mail servers. the challenge/response protocols used by PPP and PPTP. .TP .B mschap -a proprietary Microsoft protocol also used by PPP and PPTP. +a proprietary Microsoft challenge/respone protocol also used by PPP, PPTP and CIFS. +.TP +.B mschapv2 +version two of Microsofts challenge/response protocol used by WPA. +.TP +.B mschap2 +Microsofts NTLMv2 challenge/response protocol used by CIFS. .TP .B rsa RSA public key decryption, used by SSH and TLS. @@ -135,6 +141,9 @@ challenge/response. .TP .B wep WEP passwords for wireless ethernet cards. +.TP +.B wpapsk +WPA passwords for wireless ethernet cards. .PD .PP The options are: |