Searched refs:auth_required (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 184 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...] |
H A D | pppd.h | 252 extern bool auth_required; /* Peer is required to authenticate */
|
Completed in 48 milliseconds