summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-11-18 17:40:57 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-03 10:41:28 -0500
commit5e7f370819fbfd6b4a27b037de1a6d6009096f6e (patch)
treebc814d7721941e19312db57784020553b05ab7a6 /src/man
parentf3f9ce8024d7610439d6c70ddafab1ab025cf8a8 (diff)
downloadsssd-5e7f370819fbfd6b4a27b037de1a6d6009096f6e.tar.gz
sssd-5e7f370819fbfd6b4a27b037de1a6d6009096f6e.tar.xz
sssd-5e7f370819fbfd6b4a27b037de1a6d6009096f6e.zip
Allow krb5 lifetime values without a unit
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-krb5.5.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml
index a499d758f..d1341d9b2 100644
--- a/src/man/sssd-krb5.5.xml
+++ b/src/man/sssd-krb5.5.xml
@@ -289,6 +289,10 @@
<emphasis>d</emphasis> days.
</para>
<para>
+ If there is no delimiter <emphasis>s</emphasis> is
+ assumed.
+ </para>
+ <para>
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
@@ -321,6 +325,10 @@
<emphasis>d</emphasis> days.
</para>
<para>
+ If there is no delimiter <emphasis>s</emphasis> is
+ assumed.
+ </para>
+ <para>
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'.