summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorMichal Židek <mzidek@redhat.com>2015-12-09 14:57:31 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-12-10 16:05:49 +0100
commita3d9b7eea4a92a57b274e1c9df6108e916f823c8 (patch)
tree0eda008f404a0f5495e176a5c34262c1cc33d138 /src/man/sssd.conf.5.xml
parent1e6ad2b73851049197c7756787d14c78f64e1128 (diff)
downloadsssd-a3d9b7eea4a92a57b274e1c9df6108e916f823c8.tar.gz
sssd-a3d9b7eea4a92a57b274e1c9df6108e916f823c8.tar.xz
sssd-a3d9b7eea4a92a57b274e1c9df6108e916f823c8.zip
MAN: sssd.conf should mention SSS_NSS_USE_MEMCACHE
Fixes: https://fedorahosted.org/sssd/ticket/2787 We already mention SSS_NSS_USE_MEMCACHE in sssd(8) but it makes sense to note it in sssd.conf(5) together with the memcache_timeout. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index ac62c59ed..73a21bfa0 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -783,11 +783,17 @@ fallback_homedir = /home/%u
<listitem>
<para>
Specifies time in seconds for which records
- in the in-memory cache will be valid
+ in the in-memory cache will be valid.
</para>
<para>
Default: 300
</para>
+ <para>
+ NOTE: If the environment variable
+ SSS_NSS_USE_MEMCACHE is set to "NO", client
+ applications will not use the fast in-memory
+ cache.
+ </para>
</listitem>
</varlistentry>
<varlistentry>