summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index 431dc2046..6dd8cac2b 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -1446,7 +1446,7 @@ class SSSDConfig(SSSDChangeConf):
[domain.set_option(opt['name'], opt['value'])
for opt in self.strip_comments_empty(self.options('domain/%s' % name))
- if opt not in providers]
+ if (opt['name'], opt['value']) not in providers]
# Determine if this domain is currently active
domain.active = self.is_domain_active(name)