Can I build a dynamic group based on part of a value contained in 'MemberOf' user attribute ?

Hi,

Can I build a dynamic group based on part of a value contained in 'MemberOf' user attribute ?

I have several groups with the same pattern but in different OU, they all have in their name the string 'RBA-CU-JMF'.

I tried to make a dynamic group with the following parameters:

Object Class: User

Object Property: Member Of

Condition: Contains

Value: RBA-CU-JMF

But the search remains empty.

If I replace the condition by 'Is Exactly' and replace 'RBA-CU-JMF' by the full DN it works but then I have to find each group with this pattern and specify each DN. It's not what I need since new groups with this pattern can be created later and their members need to be included in this dynamic group.

Have you experienced this?

Regards,

Nicolas

Parents Reply
  • Hello,

    we have a similar case and we came to the same solution as you have suggested @JohnnyQuest. But we need to filter once more to users that are only from specific OU. Thought I could use an Exclude by query filter using DN as attribute and "not contains" but it does not work... This is weird because if I use a MU using the same filters it works... can someone verify this as well?

    Thank you in advance!

Children