summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.8.xml
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2011-08-08 11:00:48 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-08-08 10:23:43 -0400
commit96ea25cbd9b94d48c57b6173eeda2b3fbe670a70 (patch)
tree44ef8d94a0bfb793af2a4f4ef289d6b265ab8b3b /src/man/sssd.8.xml
parent8a07521b413a3b5879f824e1872c5770c92ee5c0 (diff)
downloadsssd_unused-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.tar.gz
sssd_unused-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.tar.xz
sssd_unused-96ea25cbd9b94d48c57b6173eeda2b3fbe670a70.zip
debug_timestamps fixes
Fixed: could not overwrite debug_timestamps when set in sssd.conf Fixed: invalid description of debug_timestamps in sssd man page
Diffstat (limited to 'src/man/sssd.8.xml')
-rw-r--r--src/man/sssd.8.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/man/sssd.8.xml b/src/man/sssd.8.xml
index bab37b21..18567195 100644
--- a/src/man/sssd.8.xml
+++ b/src/man/sssd.8.xml
@@ -55,13 +55,18 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>debug_timestamps (bool)</term>
+ <term>
+ <option>--debug-timestamps=</option><replaceable>mode</replaceable>
+ </term>
<listitem>
<para>
- Add a timestamp to the debug messages
+ <emphasis>1</emphasis>: Add a timestamp to the debug messages
+ </para>
+ <para>
+ <emphasis>0</emphasis>: Disable timestamp in the debug messages
</para>
<para>
- Default: false
+ Default: 1
</para>
</listitem>
</varlistentry>