diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-08-20 17:19:27 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-08-21 21:47:11 +0200 |
commit | ebbe8a6fd1b4559f064d79016b3571abc2bf54c4 (patch) | |
tree | e6e160d6423d3af0ad805c76834fe0f80ec08035 /man | |
parent | 8bdb28933154d9ee0e7e45e68c094bc507cb89db (diff) |
Handle SIGUSR1 by resetting the retry timer
This implements and documents handling of the SIGUSR1 signal in nslcd to
reset the reconnect_sleeptime and reconnect_retrytime timers to re-check
availability of the LDAP server.
Diffstat (limited to 'man')
-rw-r--r-- | man/nslcd.8.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index 9b7ff90..ce725ab 100644 --- a/man/nslcd.8.xml +++ b/man/nslcd.8.xml @@ -137,6 +137,26 @@ </variablelist> </refsect1> + <refsect1 id="signals"> + <title>Signals</title> + <variablelist remap="IP"> + <varlistentry id="sigterm"> + <term><option>SIGTERM</option>/<option>SIGINT</option></term> + <listitem> + <para>Cancel any running queries and exit.</para> + </listitem> + </varlistentry> + <varlistentry id="sigusr1"> <!-- since 0.9.1 --> + <term><option>SIGUSR1</option></term> + <listitem> + <para>Cause <command>nslcd</command> to retry any failing connections + to the LDAP server, regardless of the <option>reconnect_sleeptime</option> + and <option>reconnect_retrytime</option> options.</para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + <refsect1 id="files"> <title>Files</title> <para> |