From c8b8901b05da9e31dba320f305ec20301e928cfb Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 8 Nov 2010 16:00:57 +0100 Subject: Add krb5_renewable_lifetime option --- src/man/sssd-krb5.5.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index f5c8ad0aa..0f0c8a2c1 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -268,6 +268,38 @@ + + krb5_renewable_lifetime (string) + + + Request a renewable ticket with a with a total + lifetime given by an integer immediately followed + by one of the following delimiters: + + + s seconds + + + m minutes + + + h hours + + + d days. + + + Please note that it is not possible to mix units. + If you want to set the renewable lifetime to one + and a half hours please use '90m' instead of + '1h30m'. + + + Default: not set, i.e. the TGT is not renewable + + + + -- cgit