summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-12-21 13:03:03 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-21 14:18:46 -0500
commit6eac0651b72fb04f48bb3b1a92921bfad318a925 (patch)
treed02145a1346a869d57f4f00679c21fcf105d0434
parent64e0a34e4b951b1f512b634a196054a7e1420317 (diff)
downloadsssd-6eac0651b72fb04f48bb3b1a92921bfad318a925.tar.gz
sssd-6eac0651b72fb04f48bb3b1a92921bfad318a925.tar.xz
sssd-6eac0651b72fb04f48bb3b1a92921bfad318a925.zip
Allow debug_timestamps setting on a per-domain basis
This was missing from the SSSDConfig API, though it was supported by the daemon.
-rwxr-xr-xserver/config/SSSDConfigTest.py2
-rw-r--r--server/config/etc/sssd.api.conf1
2 files changed, 3 insertions, 0 deletions
diff --git a/server/config/SSSDConfigTest.py b/server/config/SSSDConfigTest.py
index f893d98f8..1e7934260 100755
--- a/server/config/SSSDConfigTest.py
+++ b/server/config/SSSDConfigTest.py
@@ -372,6 +372,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
options = domain.list_options()
control_list = [
'debug_level',
+ 'debug_timestamps',
'min_id',
'max_id',
'timeout',
@@ -586,6 +587,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
options = domain.list_options()
control_list = [
'debug_level',
+ 'debug_timestamps',
'min_id',
'max_id',
'timeout',
diff --git a/server/config/etc/sssd.api.conf b/server/config/etc/sssd.api.conf
index c8ddae4f0..bdb6aab24 100644
--- a/server/config/etc/sssd.api.conf
+++ b/server/config/etc/sssd.api.conf
@@ -42,6 +42,7 @@ chpass_provider = str, None
[domain]
# Options available to all domains
debug_level = int, None, 0
+debug_timestamps = bool, None
command = str, None
min_id = int, None, 1000
max_id = int, None