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

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

#7 fixed verify_krb5_conf not consistently drive letter tolerant Lewis Rosenthal
Description

Attempting to check validity of krb5.conf using verify_krb5_conf.exe with KRB5_CONFIG=c:/mptn/etc/krb5.conf (for example), yields:

verify_krb5_conf: krb5_config_parse_file: open c: No such file or directory

Explicitly stating the configuration file (including drive letter and path) seems to work, however.

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