ldap bonita 6.5

1
0
-1

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

1 answer

1
0
-1

LDAP is only found in the subscription versions of the software.

There are no connectors to do this.

To do LDAP in community you would have to modify the source, as follows:

  1. download the source from GIT
  2. Modify the login module(s) - java coding
  3. compile and test
  4. repeat 2 and three until you get it right :)

then you should have a working LDAP version of community, just be aware of the licencing requirements of community as well.

regards

Comments

Submitted by david.doumeche.itk on Thu, 04/23/2015 - 10:34

You may read this article, which I followed with a succesfull outcome :

http://ironman.darthgibus.net/?p=57

Notifications