summaryrefslogtreecommitdiffstats
path: root/server/config/SSSDConfigTest.py
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 /server/config/SSSDConfigTest.py
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.
Diffstat (limited to 'server/config/SSSDConfigTest.py')
-rwxr-xr-xserver/config/SSSDConfigTest.py2
1 files changed, 2 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',