5841d49 Avoid ipa-dnskeysync-replica & ipa-ods-exporter crashes caused by exceeding LDAP limits

2 files Authored by pspacek 8 years ago, Committed by mbasti 8 years ago,
    Avoid ipa-dnskeysync-replica & ipa-ods-exporter crashes caused by exceeding LDAP limits
    
    ldap2 internally does LDAP search to find out what LDAP search limits
    should be used (!). The problem is that this internal search has hardcoded
    limits and throws LimitExceeded exception when DS is too slow.
    
    DNSSEC daemons do not need any abstractions from ldap2 so we are going
    to use ipaldap directly. This will avoid the unnecessary search and
    associated risks.
    
    https://fedorahosted.org/freeipa/ticket/5342
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>