Custom Query (7 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 7)

1 2 3
Ticket Resolution Summary Owner Reporter
#5 invalid kinit does not parse all time string formats Paul Smedley Lewis Rosenthal
Description

kinit should recognize time formats for the lifetime parameter such as:

kinit -l 0:05 <principal>

and:

kinit -l 0h5m <principal>

However, our Heimdal complains:

kinit.exe: unparsable time: 0h5m

Yet, seconds seem to work:

kinit -l 300 <principal>

The other formats seem to work for MIT 1.13.1 (and 1.12.2, on openSUSE 13.2).

#3 fixed kdestroy doesn't Paul Smedley Lewis Rosenthal
Description

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.

#2 fixed klist refers to /tmp for location of credentials cache, when cache is really in %TMP% (or %TEMP%) Paul Smedley Lewis Rosenthal
Description

Credentials cache is being created in %TMP% or %TEMP% (c:\var\temp). klist refers to:

Credentials cache: FILE:/tmp/<filename>

This may explain why kdestroy is not destroying tickets (perhaps looking in /tmp instead of %TEMP%).

1 2 3
Note: See TracQuery for help on using queries.