From 804f92aa752f90ccff28062fc7b4f3d876c86c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Dec 2007 17:16:44 +0000 Subject: [PATCH] Implement krb5_cc_ops->default_name. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22103 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/kcm.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/krb5/kcm.c b/lib/krb5/kcm.c index 17a591e4c..4ad9e2f69 100644 --- a/lib/krb5/kcm.c +++ b/lib/krb5/kcm.c @@ -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.