Lines Matching refs:auth_required
184 bool auth_required = 0; /* Always require authentication from peer */
242 "Require PAP authentication from peer", 1, &auth_required },
244 "Require PAP authentication from peer", 1, &auth_required },
250 "Require CHAP authentication from peer", 1, &auth_required },
252 "Require CHAP authentication from peer", 1, &auth_required },
267 { "auth", o_bool, &auth_required,
269 { "noauth", o_bool, &auth_required,
287 "Require MS-CHAPv1 authentication from peer", 1, &auth_required },
293 "Require MS-CHAPv2 authentication from peer", 1, &auth_required },
527 if (auth_required && !(go->neg_chap || go->neg_mschap ||
952 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
953 auth_required = 1;
958 if (auth_required) {
989 if (auth_required && !can_auth && noauth_addrs == NULL) {
1844 if (auth_required)