Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c228 bool refuse_mschap = 0; /* Don't wanna auth. ourselves with MS-CHAP */ variable
231 bool refuse_mschap = 1; /* Don't wanna auth. ourselves with MS-CHAP */ variable
332 { "refuse-mschap", o_bool, &refuse_mschap,
336 { "-mschap", o_bool, &refuse_mschap,
1326 ao->neg_chap = (!refuse_chap || !refuse_mschap || !refuse_mschap_v2)