From ec93a5f5d677b006923cc3691e79735f9e40be33 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 11 May 2010 17:51:55 +0200 Subject: 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 --- src/config/SSSDConfigTest.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/config/SSSDConfigTest.py') diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 7b005f6c..32bb7123 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() -- cgit