From 96ea25cbd9b94d48c57b6173eeda2b3fbe670a70 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 8 Aug 2011 11:00:48 +0200 Subject: debug_timestamps fixes Fixed: could not overwrite debug_timestamps when set in sssd.conf Fixed: invalid description of debug_timestamps in sssd man page --- src/man/sssd.8.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/man/sssd.8.xml') 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 @@ - debug_timestamps (bool) + + mode + - Add a timestamp to the debug messages + 1: Add a timestamp to the debug messages + + + 0: Disable timestamp in the debug messages - Default: false + Default: 1 -- cgit