From 1b171c456ff901ab622e44bcfd213f7de86fd787 Mon Sep 17 00:00:00 2001 From: Ariel Barria Date: Wed, 27 Mar 2013 16:04:06 -0500 Subject: Allow setting krb5_renew_interval with a delimiter https://fedorahosted.org/sssd/ticket/902 changed the data type the krb5_renew_interval to string. function krb5_string_to_deltat is used to convert and allow delimiters --- src/man/sssd-krb5.5.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'src/man/sssd-krb5.5.xml') diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 80b2d54d..00881b8b 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -351,12 +351,34 @@ - krb5_renew_interval (integer) + krb5_renew_interval (string) The time in seconds between two checks if the TGT should be renewed. TGTs are renewed if about half - of their lifetime is exceeded. + of their lifetime is exceeded, given as an integer + immediately followed by a time unit: + + + s for seconds + + + m for minutes + + + h for hours + + + d for days. + + + If there is no unit given, s is + assumed. + + + NOTE: It is not possible to mix units. To set + the renewable lifetime to one and a half hours, + use '90m' instead of '1h30m'. If this option is not set or is 0 the automatic -- cgit