Generalize MSLSA ccache type to a plug-in based ccache type

This commit is contained in:
Asanka C. Herath
2010-09-18 23:37:32 -04:00
parent a4be8fcd7e
commit cad554ad3d
7 changed files with 110 additions and 107 deletions

View File

@@ -247,9 +247,7 @@ cc_ops_register(krb5_context context)
#endif
krb5_cc_register(context, &krb5_kcm_ops, TRUE);
#endif
#ifdef HAVE_MSLSA_CACHE
_krb5_mslsa_register_cc_ops(context, TRUE);
#endif
_krb5_load_ccache_plugins(context);
return 0;
}