Windows: Add support for MSLSA: cache type using a plug-in
This commit is contained in:

committed by
Asanka C. Herath

parent
d6cf7e78e9
commit
9db9b146fb
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user