Lines Matching refs:auth_required
177 bool auth_required = 0; /* Always require authentication from peer */
236 "Require PAP authentication from peer", 1, &auth_required },
238 "Require PAP authentication from peer", 1, &auth_required },
244 "Require CHAP authentication from peer", 1, &auth_required },
246 "Require CHAP authentication from peer", 1, &auth_required },
261 { "auth", o_bool, &auth_required,
263 { "noauth", o_bool, &auth_required,
463 if (ppp_settings.auth_required && !(go->neg_chap || go->neg_upap)) {
801 if (ppp_settings.auth_required && !wo->neg_chap && !wo->neg_upap) {
816 if (ppp_settings.auth_required && !can_auth) {
1191 return !ppp_settings.auth_required; /* no addresses authorized */