Custom Query (7 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 7)

1 2 3
Ticket Resolution Summary Owner Reporter
#1 fixed Password echoes when requesting a ticket via kinit Paul Smedley Lewis Rosenthal
Description

Need a way to mask the password entry.

#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).

#6 fixed Cannot override default credential cache location Lewis Rosenthal
Description

This is the real issue underlying #2, I think.

Documentation says that the default credential location, DEFCCNAME, hardcoded as FILE:/tmp/krb5cc_%{uid} on *nix systems (see http://web.mit.edu/kerberos/krb5-1.12/doc/mitK5defaults.html#paths) may be overridden either by setting default_ccache_name in krb5.conf or by setting the env var, KRB5CCNAME. However, it appears that neither of these actually override DEFCCNAME.

Workarounds include ensuring that the klibc path rewriter is installed or even manually creating \tmp on the same volume on which the session is currently logged.

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