From fd1e50d653c32a85086f6bd14f7e261c2683224c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 21 Jan 2018 22:32:34 +0100 Subject: 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. --- sys/include/authsrv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/include') diff --git a/sys/include/authsrv.h b/sys/include/authsrv.h index 4fabc3814..5c0b368e7 100644 --- a/sys/include/authsrv.h +++ b/sys/include/authsrv.h @@ -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 */ -- cgit v1.2.3