Searched refs:authed_k5 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c128 static int authed_k5 = 0; variable
1167 if (authed_k5)
1353 authed_k5 = k5_kinit(&opts, &k5);
1355 if (authed_k5)
1364 if (authed_k5 && opts.verbose)
1372 if ((got_k5 && !authed_k5) || (got_k4 && !authed_k4) ||

Completed in 59 milliseconds