LDAP : how to get Lsit of group

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2014 01:21 AM
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,
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,
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2014 08:09 AM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 01:41 AM
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,
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,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 11:07 AM
How do you mean? if you put 'MyGroup' as candidate group for a task, you should use the query API with .candidateGroup("MyGroup").
