ldap connector

LDAP Connector - Search Paging

I've been having trouble doing an LDAP search against all users in our Active Directory instance via the LDAP connector.

The issues is that AD, by default, only supports 1000 search results. I've dug into the code here:

https://github.com/bonitasoft/bonita-connector-ldap/blob/master/src/main/java/org/bonitasoft/connectors/ldap/LdapConnector.java

...and there's no paging logic at all.

ldap bonita 6.5

Hi there,

Am new to using Bonita's connectors. trying to use latest community version of bonita (6.5). how do I create an ldap connector to query for 'memberof' attribute of ldap. it seems like we have to write a custom script ?

Thanks in advance

Notifications