Searched defs:auth_required (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c184 bool auth_required = 0; /* Always require authentication from peer */ variable
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
[all...]

Completed in 60 milliseconds