From db4dbb89e6c26bf4e99bb22263594980202fb83d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 19 Aug 2016 11:48:20 +0200 Subject: CONFIG: session_provider does not exist anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit d940593e647731c0caec1fd04cf16a1b23578f32) --- src/config/SSSDConfigTest.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/config/SSSDConfigTest.py') 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', -- cgit