Mitel Forums - The Unofficial Source
Mitel Forums => Mitel Software Applications => Topic started by: lundah on November 30, 2023, 12:21:16 PM
-
Anyone know how to limit MiCollab IDS integration to a specific group rather than an entire OU? I'm assuming I should be able to use the "Default Query String" field to limit the search to a group rather than the whole OU, but I have no idea how to format the query. The "Search Context" field is limited to an OU so I can't get more specific there.
My goal is to limit the IDS sync to my "MiCollab Users" AD group of 150 members, rather than my "Active Users" OU of 2000 members.
-
I found a KMS article (QA1544) that may have my answer. I'll have to give it a spin and see.
https://mitel.custhelp.com/app/answers/answer_view/a_id/1011367/loc/en_US
-
I got this working.
Update the search query to: |(&(objectCategory=Person)(memberOf:1.2.840.113556.1.4.1941:=[DN of your group]))
And set the search context to the container that contains both the group and the users. In my case I had to use the DC since my groups and users are in different OU's. If they're in the same OU, you can use that for your serach context.
-
Nice work, thanks for sharing.