#344 SSSD Kerberos does not play nicely with kdestroy
Closed: Fixed Opened by sgallagh.

SSSD loses track of the user's credential cache if kdestroy is used.

Steps to reproduce:
1. Log in online (or log in offline and then kinit)
1. Run {{{klist}}} and verify that it contains a valid TGT
1. Run {{{kdestroy}}} and verify that it reports "No credentials cache found"
1. Lock the screen and unlock it with your kerberos password.
1. Run {{{klist}}}
1. Run the following command:

ldbsearch -H /var/lib/sss/db/cache_DOMAIN.ldb name=USERNAME ccacheFile

Expected Results:
- {{{klist}}} should show new, valid credentials
- ccacheFile from the {{{ldbsearch}}} should be the same as listed by {{{klist}}}

Actual Results:
- {{{klist}}} continues to report "No credentials cache found"
- The {{{ccacheFile}}} is different from that expected by {{{klist}}}


Fixed by 6b94e84a0455ebb68506e70cf8ccc2a4656a2c91

resolution: => fixed
status: new => closed

Fields changed

fixedin: => 1.0.0

manual test plan updated to include this.

tests: 1 => 0
testsupdated: 0 => 1

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to sbose
- Issue set to the milestone: SSSD 1.0

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/1386

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.

Metadata