summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfigTest.py
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-05-11 17:51:55 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-05-16 13:28:12 -0400
commitec93a5f5d677b006923cc3691e79735f9e40be33 (patch)
tree6f621a85ad90708513bfc49b39428e3c39f4cbb5 /src/config/SSSDConfigTest.py
parentef6cf2b176e40cf59ef19053ebf3ab29ef2a158b (diff)
downloadsssd-ec93a5f5d677b006923cc3691e79735f9e40be33.tar.gz
sssd-ec93a5f5d677b006923cc3691e79735f9e40be33.tar.xz
sssd-ec93a5f5d677b006923cc3691e79735f9e40be33.zip
SSSDConfigAPI fixes
* add forgotten ldap_dns_service option * sync IPA and LDAP options (ldap_pwd_policy and ldap_tls_cacertdir) * ldap_uri is no longer mandatory for LDAP provider - the default is to use service discovery with no address set now. Ditto for krb5_kdcip and ipa_server
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-xsrc/config/SSSDConfigTest.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py
index 7b005f6ca..32bb71239 100755
--- a/src/config/SSSDConfigTest.py
+++ b/src/config/SSSDConfigTest.py
@@ -641,9 +641,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
domain.add_provider('krb5', 'auth')
backup_list = control_list[:]
- control_list.extend(
- ['krb5_kdcip',
- 'krb5_realm'])
+ control_list.extend(['krb5_realm'])
options = domain.list_mandatory_options()