Searched defs:canon_flag (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c717 int canon_flag; local
757 canon_flag = ((options & KDC_OPT_CANONICALIZE) != 0) ||
906 } else if (canon_flag && err_reply->error == KDC_ERR_WRONG_REALM) {
1902 int canon_flag = 0; local
1921 canon_flag = ((ctx->request->kdc_options & KDC_OPT_CANONICALIZE) != 0) ||
1950 } else if (canon_flag && ctx->err_reply->error == KDC_ERR_WRONG_REALM) {

Completed in 26 milliseconds