cancel
Showing results for 
Search instead for 
Did you mean: 

Get all ldap group members

fatma19
Confirmed Champ
Confirmed Champ

down vote favorite I am currently using activiti as process engine,jee as a plateform and apache ldap server as authentification service.I want to know if there is a way to get all the ldap group members. I searched a lot about that,but nothing found 😕

6 REPLIES 6

gdharley
Elite Collaborator
Elite Collaborator

This search type is not implemented in the LDAPQueryBuilder class.

Greg

fatma19
Confirmed Champ
Confirmed Champ

so what is the sollution ? 

gdharley
Elite Collaborator
Elite Collaborator

There are a number of options.

1. Add the functionality to the LDAPQueryBuilder (and contribute back to the project).

2. Create your own helper bean using something like the SpringLdapQueryBuilder

3. Sync users and group memberships to the Activiti identity tables (this is what Activiti Enterprise Edition does).

Greg

ok do you have a link of one of this sollutions ? 
thanks in advance 

gdharley
Elite Collaborator
Elite Collaborator

I think the easiest thing to do is to extend the current implementation.

Unfortunately I dont have an example available to me, perhaps someone else on the forum has some code.

Greg

fatma19
Confirmed Champ
Confirmed Champ

By the way i am using activiti,but when i assigne a task  to a group, the members of the group are not affected to the task