diff options
author | Sumit Bose <sbose@redhat.com> | 2010-11-19 21:09:47 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-11-22 08:54:14 -0500 |
commit | a2a695539c79316812fd9d7a1936331784d0e8c3 (patch) | |
tree | 1bedc7655706dd9b8d8000e7aa510d318c2f6f6a /src/man | |
parent | 685f34e2ca90a761feab79e348faa22adf44954a (diff) | |
download | sssd-a2a695539c79316812fd9d7a1936331784d0e8c3.tar.gz sssd-a2a695539c79316812fd9d7a1936331784d0e8c3.tar.xz sssd-a2a695539c79316812fd9d7a1936331784d0e8c3.zip |
Add SIGUSR2 to reset offline status
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.8.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/man/sssd.8.xml b/src/man/sssd.8.xml index eaf37ca3e..bab37b214 100644 --- a/src/man/sssd.8.xml +++ b/src/man/sssd.8.xml @@ -150,6 +150,15 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term>SIGUSR2</term> + <listitem> + <para> + Tells the SSSD to go online immediately. This is mostly + useful for testing purposes. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> |