Home
last modified time | relevance | path

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

/freebsd/usr.bin/iscsictl/
H A Dparse.y214 if (target->t_auth_method != AUTH_METHOD_UNSPECIFIED)
217 target->t_auth_method = AUTH_METHOD_NONE;
219 target->t_auth_method = AUTH_METHOD_CHAP;
H A Discsictl.h74 int t_auth_method; member
H A Discsictl.c179 if (targ->t_auth_method == AUTH_METHOD_UNSPECIFIED) { in conf_verify()
183 targ->t_auth_method = in conf_verify()
186 targ->t_auth_method = in conf_verify()
189 if (targ->t_auth_method == AUTH_METHOD_CHAP) { in conf_verify()