connector-ldap

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 connector installation

I built the bonita-connector-ldap (version 1.0.0) and I want to install in in the bonita. When I try import it in the Bonita Studio I get the error 'No descriptor file found'.

Also I don't know how to install it in the bonita tomcat bundle

Notifications