From 056402b9937e43054a3b5780fe9eff2aa9ef84ef Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 28 Feb 2014 10:04:08 +0100 Subject: config API: add missing subdomain target to AD provider test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Jakub Hrozek Reviewed-by: Lukáš Slebodník Reviewed-by: Pavel Březina (cherry picked from commit b564424a77c7c3b361c944e0623023d0cfea2c9f) --- src/config/SSSDConfigTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index b6c1d74aa..e6cf663ec 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -730,7 +730,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): control_provider_dict = { 'ipa': ['id', 'auth', 'access', 'chpass', 'sudo', 'autofs', 'session', 'hostid', 'subdomains'], - 'ad': ['id', 'auth', 'access', 'chpass'], + 'ad': ['id', 'auth', 'access', 'chpass', 'subdomains'], 'local': ['id', 'auth', 'chpass'], 'ldap': ['id', 'auth', 'access', 'chpass', 'sudo', 'autofs'], 'krb5': ['auth', 'access', 'chpass'], -- cgit