#3 closed defect (fixed)
kdestroy doesn't
Reported by: | Lewis Rosenthal | Owned by: | Paul Smedley |
---|---|---|---|
Priority: | minor | Milestone: | Heimdal - 1.5.2 |
Component: | tickets | Version: | Heimdal - 1.5.2 |
Keywords: | cache | Cc: |
Description (last modified by )
Running kdestroy or kdestroy -A does not destroy ticket cache (when ticket cache is located in %TMP% or %TEMP% and those point to c:\var\temp).
Possibly related to Issue #2.
Change History (6)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|---|
Keywords: | cache added |
Milestone: | → Heimdal - 1.5.2 |
Owner: | set to |
Status: | new → assigned |
Version: | → Heimdal - 1.5.2 |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
And I just tried it with:
set KRB5CCNAME=FILE:c:/var/temp/krb5cc_0
and it failed. It does work with MIT, however.
comment:4 by , 9 years ago
OK fixed. http://smedley.id.au/tmp/kdestroy-20150704.zip
The unlink was failing as the file was open - which is fine on unix, but not on OS/2
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I just tried kdestroy with krb5cc_0 in /tmp and it fails as well