On Thu, Dec 10, 2015 at 02:06:04PM +0100, Jakub Hrozek wrote: > On Wed, Dec 09, 2015 at 03:07:06PM +0100, Michal Židek wrote: > > 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 > > > > The wording is the same we already have in man sssd(8), so ACK > > CI: http://sssd-ci.duckdns.org/logs/job/34/39/summary.html
* master: a3d9b7eea4a92a57b274e1c9df6108e916f823c8 * sssd-1-13: fdbfa8c8bcfced794d2968b2292745a2bd7778da _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org