Home
last modified time | relevance | path

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

/netbsd/external/bsd/ppp/dist/pppd/
H A Dauth.c323 { "auth", o_bool, &auth_required,
325 { "noauth", o_bool, &auth_required,
330 OPT_PRIOSUB | 1, &auth_required },
334 { "require-chap", o_bool, &auth_required,
338 { "+chap", o_bool, &auth_required,
347 { "+mschap", o_bool, &auth_required,
355 { "+mschap-v2", o_bool, &auth_required,
394 &auth_required },
1305 auth_required = 1; in auth_check_options()
1314 if (auth_required) { in auth_check_options()
[all …]
H A Dpppd.h307 extern bool auth_required; /* Peer is required to authenticate */
H A Deap-tls.c1156 if (auth_required && !ok) { in ssl_verify_callback()