add basic DIR support for file caches

This commit is contained in:
Love Hornquist Astrand
2013-04-29 12:30:21 -07:00
parent e91bd34275
commit a7e86affd8
6 changed files with 599 additions and 0 deletions
+1
View File
@@ -264,6 +264,7 @@ cc_ops_register(krb5_context context)
krb5_cc_register(context, &krb5_acc_ops, TRUE);
#endif
krb5_cc_register(context, &krb5_fcc_ops, TRUE);
krb5_cc_register(context, &krb5_dcc_ops, TRUE);
krb5_cc_register(context, &krb5_mcc_ops, TRUE);
#ifdef HAVE_SCC
krb5_cc_register(context, &krb5_scc_ops, TRUE);