cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP : how to get Lsit of group

alim736
Champ in-the-making
Champ in-the-making
hi

today i add the Ldap configuration to the Activiti Engine ,it work fine
but when i tried to get list of group using REST API "/identity/groups" i get this massage "This query is not supported by the LDAPGroupManager"

is there is any way to get LDAP group LIST

Regards,
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
No, you will need to add this yourself, in an extended class of the LDAPGroupManager.
The reason for this is that we don't want Activiti to become a front for all ldap queries, there are better tools for that.

alim736
Champ in-the-making
Champ in-the-making
Thanks for your reply

then how to user candidate Group i try to use same group name in active directory  in the candidate Group field but the task doesn't go to the users of this specific group which i but it in candidate Group field , is this right or i there is another solution   to use candidate Group with Ldap in Activiti

also the candidateGroup is not appear in JSON body using REST "/runtime/tasks"



thanks,

jbarrez
Star Contributor
Star Contributor
How do you mean? if you put 'MyGroup' as candidate group for a task, you should use the query API with .candidateGroup("MyGroup").