I've been doing IT for 30 years, and IdM for 15. I live in Australia and build IdM solutions based on Microsoft Identity Manager. I also play the violin, but that doesn't help much with the IdM solutions.
2 Replies to “Querying Set Membership”
What I did was just adding a tab to user RCDC to display user’s membershp
and created a search scope ‘My Sets’ for NavBar
XPATH is very simple: /Set[ComputedMember=’%ObjectID%’]
this includes both Dynamic and Explicit members
D’uh well don’t I feel dumb! You know I already tried querying computed member and it didn’t seem to give me the results I was looking for so I’d jumped to the conclusion it was just for groups. Thanks for the pointer!
What I did was just adding a tab to user RCDC to display user’s membershp
and created a search scope ‘My Sets’ for NavBar
XPATH is very simple: /Set[ComputedMember=’%ObjectID%’]
this includes both Dynamic and Explicit members
D’uh well don’t I feel dumb! You know I already tried querying computed member and it didn’t seem to give me the results I was looking for so I’d jumped to the conclusion it was just for groups. Thanks for the pointer!