JDK-8055763 : kinit tooldoc update for JDK-8044500
  • Type: Sub-task
  • Component: docs
  • Sub-Component: tools
  • Affected Version: 11.0.4-oracle,13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-08-21
  • Updated: 2019-10-01
  • Resolved: 2019-05-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13
11.0.4-oracleFixed 13Fixed
Description
Update http://docs.oracle.com/javase/8/docs/technotes/tools/windows/kinit.html to reflect enhancements made in the parent task.

- Updates the synopsis and commands part to be consistent with the new kinit -help output.
 
- Add a new section on "Time duration" formats, which is defined in http://web.mit.edu/kerberos/krb5-devel/doc/basic/date_format.html#duration.
 
- Add new examples:
 
  kinit user
     Request a TGT for user
 
  kinit -l 1h user
     Request a TGT for user that will expire in 1 hour
 
  kinit -l 1h -r 10h user
     Request a TGT for user that will expire in 1 hour but is renewable
     up to 10 hours. User must renew a ticket before it's expired.
     The renewed ticket can be renewed again and again within 10 hours
     from its initial request.
 
  kinit -R user
     Renew an existing renewable TGT for user
 
Comments
Fix was completed as part of JDK-8218398,
07-05-2019

Fixed by JDK-8218398.
07-05-2019

Mandy set the Fix version of JDK-8218398 man pages to JDK 13. Sync'ing on that for the post JDK 11 Tools Ref doc update.
12-02-2019

JDK-8044500 is jdk9 only.
23-09-2014

Please start working on this sub-task after the parent task is resolved. I'll post the new kinit -help output here.
21-08-2014