Home | History | Annotate | Download | only in pppd

Lines Matching defs:auth_required

235 bool auth_required = 0;		/* Always require authentication from peer */
281 { "auth", o_bool, &auth_required,
283 { "noauth", o_bool, &auth_required,
288 OPT_PRIOSUB | 1, &auth_required },
291 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
292 { "require-chap", o_bool, &auth_required,
296 { "+chap", o_bool, &auth_required,
301 { "require-mschap", o_bool, &auth_required,
305 { "+mschap", o_bool, &auth_required,
309 { "require-mschap-v2", o_bool, &auth_required,
313 { "+mschap-v2", o_bool, &auth_required,
352 &auth_required },
746 if (!auth_required && noauth_addrs != NULL)
749 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
1239 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1240 auth_required = 1;
1249 if (auth_required) {
1280 if (auth_required && !can_auth && noauth_addrs == NULL) {
2012 if (auth_required)