Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c932 int can_auth; in auth_check_options() local
976 can_auth = wo->neg_upap && (uselogin || have_pap_secret(&lacks_ip)); in auth_check_options()
977 if (!can_auth && (wo->neg_chap || wo->neg_mschap || wo->neg_mschapv2)) { in auth_check_options()
978 can_auth = have_chap_secret((explicit_remote? remote_name: NULL), in auth_check_options()
982 if (auth_required && !can_auth && noauth_addrs == NULL) { in auth_check_options()