authsrv: implement mschapv2 authentication, include MPPE secret in the ticket
this adds new rpc for mschapv2 authentication (21) deliver the MPPE secret not after the ticket/authenticator response as cheartext, but include it in the first 128 bit of the ticket key. and the authenticator in the first 160 bit of the authenticator random field.
This commit is contained in:
parent
9840c50a3e
commit
fd1e50d653
2 changed files with 71 additions and 17 deletions
|
@ -61,6 +61,7 @@ enum
|
|||
AuthHttp=13, /* http domain login */
|
||||
AuthVNC=14, /* VNC server login (deprecated) */
|
||||
AuthPAK=19, /* authenticated diffie hellman key agreement */
|
||||
AuthMSchapv2=21,/* MS chap v2 authentication for ppp */
|
||||
AuthTs=64, /* ticket encrypted with server's key */
|
||||
AuthTc, /* ticket encrypted with client's key */
|
||||
AuthAs, /* server generated authenticator */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue