summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2016-02-08 15:01:19 +0100
committerJakub Hrozek <jhrozek@redhat.com>2016-04-13 10:43:19 +0200
commitd0d7de66c9494621c1bc12384e41e5e38a77fbeb (patch)
treeb34fe827e9f6ec3bba217e4eaeb0ec6c4716b152 /src/man
parentc371993cce13edb9185a5f0db76fbee03f0edc04 (diff)
downloadsssd-d0d7de66c9494621c1bc12384e41e5e38a77fbeb.tar.gz
sssd-d0d7de66c9494621c1bc12384e41e5e38a77fbeb.tar.xz
sssd-d0d7de66c9494621c1bc12384e41e5e38a77fbeb.zip
PAC: only save PAC blob into the cache
Resolves https://fedorahosted.org/sssd/ticket/2158 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.conf.5.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 6bef9335f..09db9cd32 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1199,6 +1199,19 @@ pam_account_locked_message = Account locked, please contact help desk.
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>pac_lifetime (integer)</term>
+ <listitem>
+ <para>
+ Lifetime of the PAC entry in seconds. As long as the
+ PAC is valid the PAC data can be used to determine
+ the group memberships of a user.
+ </para>
+ <para>
+ Default: 300
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>