There was no problem with AD, but there is a problem with OpenLDAP.
I have installed **GLUU 2.4.4** and the problem still exists:
```
2016-09-27 07:37:54,617 INFO [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-3-thread-3) Attempting to load entries from source server
2016-09-27 07:37:56,717 ERROR [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (pool-3-thread-3) Exception happened while executing cache refresh synch
ronization
org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entries with baseDN: <SKIPPED>, filter: (&(uid=ab*)(objectClass=<SKIPPED>))
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:320)
at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:289)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: LDAPSearchException(resultCode=4 (size limit exceeded), numEntries=1000, numReferences=0, errorMessage='size limit exceeded')
at com.unboundid.ldap.sdk.LDAPConnection.search(LDAPConnection.java:3648)
at com.unboundid.ldap.sdk.AbstractConnectionPool.search(AbstractConnectionPool.java:2020)
```
We have also increased the limit to **1000** (instead of 100).
Also, I have tried different settings with no luck. All requests with ldapsearch using the credentials from GLUU settings work fine.
**# dpkg -s gluu-server-2.4.4**
```
Package: gluu-server-2.4.4
Status: install ok installed
Priority: optional
Section: java
Installed-Size: 1253361
Maintainer: Gluu Developers <support@gluu.org>
Architecture: amd64
Version: 1-2~xenial+Ub16.04
Depends: bash (>= 2.05a-11), sed (>= 3.02-8), grep (>= 2.4.2-3), coreutils (>= 5.0-5)
Conffiles:
/etc/init.d/gluu-server-2.4.4 5743d31c7db34ca1a437e1a6121ab319
Description: Gluu Server Community Edition
Homepage: http://www.gluu.org
Original-Maintainer: Adrian Alves <support@gluu.org>
```