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 | 181 bool auth_required = 0; /* Always require authentication from peer */ variable 239 "Require PAP authentication from peer", 1, &auth_required }, 241 "Require PAP authentication from peer", 1, &auth_required }, 247 "Require CHAP authentication from peer", 1, &auth_required }, 249 "Require CHAP authentication from peer", 1, &auth_required }, 264 { "auth", o_bool, &auth_required, 266 { "noauth", o_bool, &auth_required, 284 "Require MS-CHAPv1 authentication from peer", 1, &auth_required }, 290 "Require MS-CHAPv2 authentication from peer", 1, &auth_required }, 524 if (auth_required && !(go->neg_chap || go->neg_mschap || [all …]
|
| H A D | pppd.h | 259 extern bool auth_required; /* Peer is required to authenticate */
|