diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-03-08 15:41:09 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-03-09 19:26:39 +0100 |
commit | d19f1df8996cd92ac879bcf167d770cd6b2a13e4 (patch) | |
tree | f5308a79caa64ea8b663e9d6f2bafdb9c7c1c7c4 | |
parent | bf647108f90a493e72971fc302ec5b231fcc36f6 (diff) |
document the nscd_invalidate option
-rw-r--r-- | man/nslcd.conf.5.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 986f874..3dc044a 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -805,6 +805,24 @@ </listitem> </varlistentry> + <varlistentry id="nscd_invalidate"> <!-- since 0.9.0 --> + <term><option>nscd_invalidate</option> + <replaceable>DB</replaceable>,<replaceable>DB</replaceable>,...</term> + <listitem> + <para> + If this option is set, on start-up and whenever a connection to the + <acronym>LDAP</acronym> server is re-established after an error + <command>nscd</command> is contacted to flush it's cache for the + configured databases. + </para> + <para> + Using this option ensures that <command>nscd</command> is not + caching absence of users that were not available if the LDAP server + was unavailable. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect2> |