This commit is contained in:
Samuel Thibault 2025-03-29 15:58:40 +01:00
parent 43cbe0e4b2
commit c4147ed3cc

View file

@ -1048,7 +1048,7 @@ void processrad(uint8_t *buf, int len, char socket_index)
if (radius[r].chap)
{
sess_local[s].auth_type = 2; // PAP
sess_local[s].auth_type = 2; // CHAP
}
else
{