Hello. When I start Alfresco service ( 5.0 CE ) I got this error in catalina.out:
2016-02-24 09:44:42,119 INFO [security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Retrieving users changed since Feb 24, 2016 7:59:30 AM from user registry 'ldap1'
2016-02-24 09:44:42,872 ERROR [security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization aborted due to error
org.alfresco.error.AlfrescoRuntimeException: 01240001 Error during LDAP Search. Reason:[LDAP: error code 11 - Administrative Limit Exceeded]
-My ldap/free-ipa have the limit query configured in 2000 queries.
I tested with:
ldap.synchronization.attributeBatchSize=5000
ldap.synchronization.queryBatchSize=5000
and using too:
ldap.synchronization.attributeBatchSize=0
ldap.synchronization.queryBatchSize=0
Using both options I have the same error. Any idea about this error ?
Thank you
**
Resolution: Changed the ldap group filter, decreasing the number of groups/users.
**