You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I need to import users and their related groups from AD.
The groups will reside in their own object type and should be related to the user.
How do I do this?
HI Johannes,
You could use the following regular expression for the attribute mapped in the import.
OU=(.*?),
This would capture all the groups for the user.
Then to create the Object Mapping IQL, it should look something like:
Label IN (${DATA LOCATOR${0}})
DATA LOCATOR should be replaced with the actual data locator used.
For this to work, the groups needs to have been created first in Insight.
Best Regards
Alexander
Changing OU to CN and using memberOf as Data Locator did it.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad you found a solution :)
Cheers!
Alexander
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi all,
I had the same requests.
It works perfectly. Thanks to you
regards
Xavier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Johannes Buverud ,
Can please brief how did you do this?
were we can use this regular expression option, I didn't see anywhere that option to use. and member Of should be replaced by Label IN?
Groups should be created with csv import or any?
Thanks in advance for your followup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.