summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfigTest.py
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-08-19 11:48:20 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-05-26 15:07:56 +0200
commitdb4dbb89e6c26bf4e99bb22263594980202fb83d (patch)
tree637060703ff88b5120137976a580cc87154d39c2 /src/config/SSSDConfigTest.py
parent38a1bb587f4c2b977e2d7e2ee87546b55a134f2e (diff)
downloadsssd-db4dbb89e6c26bf4e99bb22263594980202fb83d.tar.gz
sssd-db4dbb89e6c26bf4e99bb22263594980202fb83d.tar.xz
sssd-db4dbb89e6c26bf4e99bb22263594980202fb83d.zip
CONFIG: session_provider does not exist anymore
The session_provider used to exist a long time ago when we used to set the SELinux context from it, but the provider had been removed for a long time. We just forgot to remove the value from the config API and the validator. Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com> (cherry picked from commit d940593e647731c0caec1fd04cf16a1b23578f32)
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-xsrc/config/SSSDConfigTest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py
index fc07c5d66..cb9891125 100755
--- a/src/config/SSSDConfigTest.py
+++ b/src/config/SSSDConfigTest.py
@@ -551,7 +551,6 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
'chpass_provider',
'sudo_provider',
'autofs_provider',
- 'session_provider',
'hostid_provider',
'subdomains_provider',
'selinux_provider',
@@ -920,7 +919,6 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
'chpass_provider',
'sudo_provider',
'autofs_provider',
- 'session_provider',
'hostid_provider',
'subdomains_provider',
'selinux_provider',