
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
match users from edir group
Hello,
I am writing a policy to read members from group and match the members with users dn in a different ou.
For ex:-
ABC is group name and it has 5 users, I want to match the users from members with their dn in other OU via driver.
Let me know if this is confusing.
Thanks!


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
So you would like to check the members of a group and ensure they are all in a specific OU?
You could parseDN all the Member attribute to get the OU, and then select all those who are not[text()="yourOUValue"] or somesuch.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you..Do you have any sample format?
I have searched and tried so many policies but no luck 😞

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
Just to clarify something here, I'm trying to read users from dynamic group and here is my input I'm using [pseudo].Member and the output is blank it cant ready any members from that group.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
https://www.is4it.de/identity-access-management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Sure..Where do I check for that?