3f6411a ipalib.constants: Remove default domain, realm, basedn, xmlrpc_uri, ldap_uri

3 files Authored by pspacek 6 years ago, Committed by mbasti 6 years ago,
    ipalib.constants: Remove default domain, realm, basedn, xmlrpc_uri, ldap_uri
    
    Domain, realm, basedn, xmlrpc_uri, ldap_uri do not have any reasonable default.
    This patch removes hardcoded default so the so the code which depends
    on these values blows up early and does not do crazy stuff
    with default values instead of real ones.
    
    This should help to uncover issues caused by improper ipalib
    initialization.
    
    Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+11 -5
file modified
+3 -0
file modified
+6 -0