krb5_auth_con_setrcache
krb5_auth_con_setrcache (
(void)krb5_auth_con_setrcache(context, auth_context, NULL);
if ((code = krb5_auth_con_setrcache(context, auth_context, cred->rcache))) {
(void)krb5_auth_con_setrcache(context, ctx->auth_context, NULL);
problem = krb5_auth_con_setrcache(context, *auth_context, rcache);
krb5_auth_con_setrcache(context, *auth_context, NULL);
krb5_auth_con_setrcache,