Hi All,
I have two OU Bangalore and Pune in AD and need to provisioning the group in AD on the basis of location.Created a location attribute and bind the attribute to the group in FIM portal.
Stuck in mapping the group to DN in the Synchronization Rule.
Below is the custom expression used in mapping it to DN.
IIF(Eq(Location,"Bangalore"),"CN="+displayName+",OU=Bangalore,DC=XXXX,DC=com",IIF(Eq(Location,"Pune"),"CN="+displayName+",OU=Pune,DC=XXXX,DC=com"))
Kindly advice.
Regards,
Anirban Singha(Bangalore,India)