Hello all,
I have a question while I am trying to integrate LDAP with activiti 6.
This is my requirement :
1. Fetch the users from LDAP AD and then assign the user from one of the group to activiti process. My questions are
a.Integrating activiti UI with LDAP will copy the users to activiti database. If i do the same in the back end in Java , will it copy the users data or I need a custom implementation for that.
b. I want to implement the custom query . I see Groupmanagerfactory and UserManagerFactory classes are not present in the latest version but it was in the previous versions. What do you suggest for implementing the custom query for activiti 6 with LDAP. Is there any implementation where I can refer to ?