summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-02-28 10:04:08 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-03-02 20:56:46 +0100
commit056402b9937e43054a3b5780fe9eff2aa9ef84ef (patch)
tree5b11f5a1354504a4f9093e5710e42eda1df41b93
parentc179960b5c23c266d21f982d640cffe6a6ba6d2a (diff)
downloadsssd-056402b9937e43054a3b5780fe9eff2aa9ef84ef.tar.gz
sssd-056402b9937e43054a3b5780fe9eff2aa9ef84ef.tar.xz
sssd-056402b9937e43054a3b5780fe9eff2aa9ef84ef.zip
config API: add missing subdomain target to AD provider test
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit b564424a77c7c3b361c944e0623023d0cfea2c9f)
-rwxr-xr-xsrc/config/SSSDConfigTest.py2
1 files changed, 1 insertions, 1 deletions
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'],