KRB5_GC_NO_STORE
krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE);
krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE);
options |= KRB5_GC_NO_STORE;
if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0)
options |= KRB5_GC_NO_STORE;
if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0)
options |= KRB5_GC_NO_STORE;
KRB5_GC_CANONICALIZE | KRB5_GC_NO_STORE,
if (!(ctx->req_options & KRB5_GC_NO_STORE)) {
if (!(options & KRB5_GC_NO_STORE))
options |= KRB5_GC_NO_STORE;
if ((options & KRB5_GC_NO_STORE) == 0) {