JMapMyLDAP
JMapMyLDAP copied to clipboard
1000 object limit by AD within Cron
Reported bug. Seems that the getEnties() method doesn't evade the 1000 object limit imposed by AD. This limit might be bigger or smaller on other LDAP vendors. WIll need to use the limiter in ldap_search instead.
Note to self. I believe OwnCloud uses the new'ish PHP LDAP pagination methods (http://php.net/manual/en/function.ldap-control-paged-result.php). But this ups the minimum PHP version to 5.4 which is less than ideal so will need to provide other ways of doing this.
This bug will kill the purpose of having the ldap cron job for LDAP's larger than 1000 users.
@shmaunder If you are talking about Windows Active Directory then this is not a bug. The MaxPageSize for LDAP queries is 1000, this can be changed in the Active Directory