Home
last modified time | relevance | path

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

/NextBSD/sbin/iscontrol/
HDconfig.c122 _E(U_IO, S_CO, authMethod),
197 _CASE(authMethod, _OPT_STR(rval)); in setOption()
338 printf("%24s = %s\n", "authMethod", op->authMethod); in puke()
HDlogin.c339 switch((authm_t)lookup(AuthMethods, op->authMethod)) { in authenticate()
399 addText(sp, "AuthMethod=%s", op->authMethod); in loginPhase()
HDiscontrol.c96 .authMethod = "None",
/NextBSD/sys/dev/iscsi_initiator/
HDiscsi.h463 char *authMethod; member