summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-12-21 21:11:14 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-12-21 21:38:50 +0100
commit09969cf0ecb92d7518c4026892fff65ec9002184 (patch)
tree292bab370b884f6b1095341259bdc9baa8498caa /man
parenta0c90d244be26391b44931d8d74ed8b2ea07c11e (diff)
Document cache option in manual page
Diffstat (limited to 'man')
-rw-r--r--man/nslcd.conf.5.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index 921a8eb..778160e 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -844,6 +844,39 @@
</listitem>
</varlistentry>
+ <varlistentry id="cache"> <!-- since 0.9.3 -->
+ <term><option>cache</option>
+ <replaceable>CACHE</replaceable>
+ <replaceable>TIME</replaceable>
+ <optional><replaceable>TIME</replaceable></optional></term>
+ <listitem>
+ <para>
+ Configure the time entries are kept in the specified cache.
+ </para>
+ <para>
+ The first <replaceable>TIME</replaceable> value specifies the time
+ to keep found entries in the cache.
+ The second <replaceable>TIME</replaceable> value specifies to the
+ time to remember that a particular entry was not found.
+ If the second parameter is absent, it is assumed to be the same as
+ the first.
+ </para>
+ <para>
+ Time values are specified as a number followed by an
+ <literal>s</literal> for seconds, <literal>m</literal> for minutes,
+ <literal>h</literal> for hours or <literal>d</literal> for days.
+ Use <literal>0</literal> or <literal>off</literal> to disable the
+ cache.
+ </para>
+ <para>
+ Currently, only the <literal>dn2uid</literal> cache is supported
+ that is used to remember DN to username lookups that are used when the
+ <literal>member</literal> attribute is used.
+ The default time value for this cache is <literal>15m</literal>.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect2>