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.