From 1d7d95f72a815da879d774e5fd64f750528094a6 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Apr 1991 14:21:00 +0000 Subject: [PATCH] add rlife to -r argument add -f argument git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2051 dc483132-0cff-0310-8789-dd5450dbe970 --- src/clients/kinit/kinit.M | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/clients/kinit/kinit.M b/src/clients/kinit/kinit.M index da8d86fdd..e05c99475 100644 --- a/src/clients/kinit/kinit.M +++ b/src/clients/kinit/kinit.M @@ -17,7 +17,10 @@ kinit \- obtain and cache Kerberos ticket-granting ticket ] [ .B \-p ] [ +.B \-f +] [ .B \-r +.I rlife ] [ .B \-c .I cachename @@ -30,9 +33,9 @@ obtains and caches an initial ticket-granting ticket for .IR principal . The .B \-l -option specifies the lifetime to be requested for the ticket; if this -option is not specified, the default ticket lifetime (configured by each site) -is used instead. +option specifies the lifetime (in hours) to be requested for the ticket; +if this option is not specified, the default ticket lifetime (configured +by each site) is used instead. .PP The .B \-p @@ -40,9 +43,15 @@ option specifies that the PROXIABLE option should be requested for the ticket. .PP The +.B \-f +option specifies that the FORWARDABLE option should be requested for the +ticket. +.PP +The .B \-r +.I rlife option specifies that the RENEWABLE option should be requested for the -ticket. +ticket, and specifies (in hours) the desired total lifetime of the ticket. .PP The .B \-c -- 2.26.2