Home
last modified time | relevance | path

Searched refs:refuse_mschap_v2 (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/ppp/dist/pppd/
H A Dauth.c248 bool refuse_mschap_v2 = 0; /* Don't wanna auth. ourselves with MS-CHAPv2 */ variable
251 bool refuse_mschap_v2 = 1; /* Don't wanna auth. ourselves with MS-CHAPv2 */ variable
382 { "refuse-mschap-v2", o_bool, &refuse_mschap_v2,
386 { "-mschap-v2", o_bool, &refuse_mschap_v2,
1399 ao->neg_chap = (!refuse_chap || !refuse_mschap || !refuse_mschap_v2) in auth_reset()