From c7d73cf51642c7f89c1f21e54b8ce1b262bef899 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 8 Nov 2010 18:25:56 +0100 Subject: Add krb5_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 0f0c8a2c1..ff5d0a6ac 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -300,6 +300,38 @@ + + krb5_lifetime (string) + + + Request ticket with a with a 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 lifetime to one and a half + hours please use '90m' instead of '1h30m'. + + + Default: not set, i.e. the default ticket lifetime + configured on the KDC. + + + + -- cgit