Implement krb5_cc_ops->default_name.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22103 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-03 17:16:44 +00:00
parent ce853485de
commit 804f92aa75

View File

@@ -836,6 +836,13 @@ kcm_move(krb5_context context, krb5_ccache from, krb5_ccache to)
return EINVAL;
}
static krb5_error_code
kcm_default_name(krb5_context context, char **str)
{
return _krb5_expand_default_cc_name(context,
KRB5_DEFAULT_CCNAME_KCM,
str);
}
/**
* Variable containing the KCM based credential cache implemention.