#2061 ccache mangament simplification
Closed: Fixed None Opened 10 years ago by simo.

The current ccache code is split in backends with the idea that each one needed very different manipulations, but we should try as much as possible to use just krb5 functions, so that any future ccache enabled mechanism is automatically supported.

The main reason we have backends is that the FILE cache is somewhat special in that normally we use a randomized ccache name and we need to keep this name around in order to be able to renew or reinit while maintaining the current name as used by active user sessions.

However in case random names to identify the whole ccache are not used like is the norm for cache collections, we should use exclusively krb5 functions to initialize and destroy the ccaches. With the notable exception that we may need to create the containing directory for DIR caches.

By using only krb5 functions we do not need to have special cases for creating and destroying anmd checking ccaches.

For the FILE case we could also abstract away handling of randomized name caches fro the general code, so that in the end the only real special operations are checking for existing ccaches in order to create the containing directory and checking for recorded names only for randomized ones.


Fields changed

owner: somebody => simo
status: new => assigned

Fields changed

patch: 0 => 1

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.12 beta
priority: major => minor
rhbz: => 0
type: defect => task

Fields changed

resolution: => fixed
status: assigned => closed
testsupdated: 0 => 1

Metadata Update from @simo:
- Issue assigned to simo
- Issue set to the milestone: SSSD 1.12 beta

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/3103

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata