Hi, attached is a man page patch requested in ticket https://fedorahosted.org/sssd/ticket/2787
Michal
>From 2098c7578e8a6834afed6c4e8086ccf6f5336c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzi...@redhat.com> Date: Wed, 9 Dec 2015 14:57:31 +0100 Subject: [PATCH] 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. --- src/man/sssd.conf.5.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index ac62c59..73a21bf 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> -- 2.1.0
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org