Files
heimdal/kcm
Nicolas Williams a56382ce4d kcm: Treat default name as alias
Both MIT and Heimdal are unable to, in krb5_cc_default(), call to KCM
(or CCAPI, or LSA, or...) to get the user's default ccache name in their
collection.  Instead, the default ccache name is obtained in a static
way, and for KCM that's "%{UID}".  When we krb5_cc_switch(), we simply
maintain a pointer to the name of the ccache that was made the default,
but klist can't make use of this because krb5_cc_default() can't.

The solution here is to first try resolving the ccache name given by the
client, and if that fails but the name happens to be what would be the
library's default KCM ccache name for that user, then try resolving it
through the default ccache name pointer saved at switch time.
2022-01-25 01:17:04 -06:00
..
2016-11-28 15:09:55 -06:00
2022-01-20 12:41:39 -06:00
2022-01-25 01:17:04 -06:00
2021-12-18 11:34:12 +11:00
2011-05-21 11:57:31 -07:00
2012-02-21 11:17:55 +00:00
2022-01-20 12:41:39 -06:00
2021-11-29 12:50:26 +11:00