how to get all group members from Active Directory Group

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2014 05:09 AM
Hi All,
I'm new in Alfresco. I've tried to integrate LDAP (Microsoft Active Directory) with Alfresco community 4.2 and it succeed.
But how can I see the group members of the AD group that been successful pulled from AD? Because I try to give permission to a folder for specified AD group but when that group member login into Alfresco, they can't see the folder which actually I had gave the permission. I gave the permission for that group as Contributor. But only admin that can see that folder now.
Please help me.
Thank you.
I'm new in Alfresco. I've tried to integrate LDAP (Microsoft Active Directory) with Alfresco community 4.2 and it succeed.
But how can I see the group members of the AD group that been successful pulled from AD? Because I try to give permission to a folder for specified AD group but when that group member login into Alfresco, they can't see the folder which actually I had gave the permission. I gave the permission for that group as Contributor. But only admin that can see that folder now.
Please help me.
Thank you.
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2014 03:06 PM
Are the users imported to alfresco? Are you able to see the users in the group from alfresco? Please refer to - http://alfresco-for-developers.blogspot.in/2014/04/quick-way-to-get-all-users-of-specific.html - which gives a quick way to find out the users belonging to a specific group.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2014 09:42 PM
Hi Ramesh
Thank you for your help. I have tried using your script and these are the results :
{
"data": [
]
,
"paging":
{
"maxItems": 2147483647,
"skipCount": 0,
"totalItems": 0,
"totalItemsRangeEnd": null,
"confidence": "exact"
}
}
Does it mean there is no user has been imported?
Thank you for your help. I have tried using your script and these are the results :
{
"data": [
]
,
"paging":
{
"maxItems": 2147483647,
"skipCount": 0,
"totalItems": 0,
"totalItemsRangeEnd": null,
"confidence": "exact"
}
}
Does it mean there is no user has been imported?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2014 01:06 AM
That is correct. It indicates that the group you have queried for does not contain any user.
