mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-28 18:40:11 +02:00
Unlike OpenLDAP, ActiveDirectory does not seem to react on the size limit passed to ldap_search() in global manner causing it to not to respond with LDAP_SIZELIMIT_EXCEEDED (4) in case a requested page contains more entries than the requested maximum. fixes #7993