Get all ldap group members

cancel
Showing results for 
Search instead for 
Did you mean: 
fatma19
Active Member II

Get all ldap group members

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
gdharley
Intermediate

Re: Get all ldap group members

This search type is not implemented in the LDAPQueryBuilder class.

Greg

fatma19
Active Member II

Re: Get all ldap group members

so what is the sollution ? 

gdharley
Intermediate

Re: Get all ldap group members

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

fatma19
Active Member II

Re: Get all ldap group members

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

fatma19
Active Member II

Re: Get all ldap group members

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

gdharley
Intermediate

Re: Get all ldap group members

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