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