Windows: Add support for MSLSA: cache type using a plug-in

This commit is contained in:
Asanka Herath
2010-08-26 16:10:32 -04:00
committed by Asanka C. Herath
parent d6cf7e78e9
commit 9db9b146fb
5 changed files with 107 additions and 0 deletions

View File

@@ -246,6 +246,9 @@ cc_ops_register(krb5_context context)
krb5_cc_register(context, &krb5_akcm_ops, TRUE);
#endif
krb5_cc_register(context, &krb5_kcm_ops, TRUE);
#endif
#ifdef HAVE_MSLSA_CACHE
_krb5_mslsa_register_cc_ops(context, TRUE);
#endif
return 0;
}