JMapMyLDAP icon indicating copy to clipboard operation
JMapMyLDAP copied to clipboard

1000 object limit by AD within Cron

Open ShMaunder opened this issue 10 years ago • 2 comments

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.

ShMaunder avatar Jun 07 '14 11:06 ShMaunder

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 avatar Jan 18 '15 22:01 ShMaunder

@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

conconnl avatar Jan 20 '17 23:01 conconnl