2a1a3c4 Upgrade: increase time limit for upgrades

4 files Authored by mbasti 8 years ago, Committed by jcholast 8 years ago,
    Upgrade: increase time limit for upgrades
    
    Default ldap search limit is now 30 sec by default during upgrade.
    
    Limits must be changed for the whole ldap2 connection, because this
    connection is used inside update plugins and commands called from
    upgrade.
    
    Together with increasing the time limit, also size limit should be
    unlimited during upgrade. With sizelimit=None we may get the
    TimeExceeded exception from getting default value of the sizelimit from LDAP.
    
    https://fedorahosted.org/freeipa/ticket/5267
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+1 -2
file modified
+9 -2
file modified
+43 -29