Home | History | Annotate | Download | only in pppd

Lines Matching refs:auth_required

236 bool auth_required = 0;		/* Always require authentication from peer */
282 { "auth", o_bool, &auth_required,
284 { "noauth", o_bool, &auth_required,
289 OPT_PRIOSUB | 1, &auth_required },
292 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
293 { "require-chap", o_bool, &auth_required,
297 { "+chap", o_bool, &auth_required,
302 { "require-mschap", o_bool, &auth_required,
306 { "+mschap", o_bool, &auth_required,
310 { "require-mschap-v2", o_bool, &auth_required,
314 { "+mschap-v2", o_bool, &auth_required,
353 &auth_required },
722 if (!auth_required && noauth_addrs != NULL)
725 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
1206 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
1207 auth_required = 1;
1216 if (auth_required) {
1247 if (auth_required && !can_auth && noauth_addrs == NULL) {
2202 if (auth_required)