Only one mslsa ccache is supported, so switch_to is not needed.
Likewise, struct krb5int_lcc_iterator is unneccesary.
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
(cherry picked from commit
c19826ccddd0d712ca581d67cdcf317c36dfaa85)
ticket: 7236
version_fixed: 1.10.4
status: resolved
return KRB5_OK;
}
-struct krb5int_lcc_iterator {
- int id;
-};
-
static krb5_error_code KRB5_CALLCONV
krb5_lcc_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor)
{
return 0;
}
-static krb5_error_code KRB5_CALLCONV
-krb5_lcc_switch_to(krb5_context context, krb5_ccache id)
-{
- return 0;
-}
-
const krb5_cc_ops krb5_lcc_ops = {
0,
"MSLSA",
NULL, /* wasdefault */
NULL, /* lock */
NULL, /* unlock */
- krb5_lcc_switch_to,
+ NULL, /* switch_to */
};
#endif /* _WIN32 */