summaryrefslogtreecommitdiff
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:52 -0500
commit60d37b178ec248764abdc58ff486fc661d0ff77a (patch)
tree90e27dc32a3451d76470804370ede30d5ccf0d40 /server/config/SSSDConfigTest.py
parentc153b1cc13ebc5634e0276a90f8637e4c34603a1 (diff)
downloadsssd-60d37b178ec248764abdc58ff486fc661d0ff77a.tar.gz
sssd-60d37b178ec248764abdc58ff486fc661d0ff77a.tar.bz2
sssd-60d37b178ec248764abdc58ff486fc661d0ff77a.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 f893d98f..1e793426 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',