ZF-10266: Zend_Ldap::search method lack sizelimit parameter...
Description
Zend_Ldap::search method hasn't got sizelimit attribute.
Without this parameter and if you are querying a big directory it can take a quite long time to return result. In my case my directories servers doesn't limit size of resultset and some branches have more than 6000 entries...
ldap_list, ldap_search or ldap_read functions has this parameter.
Comments
Posted by Stefan Gehrig (sgehrig) on 2010-09-22T10:05:02.000+0000
fixed in trunk (r22996) and in 1.10-release branch (r22997)