Configuration help populating manager attribute in AD in UNIFYAssure for Aurion
In my Broker/Plus environment (based on UNIFYAssure for Aurion) I am trying to synchronise the manager attribute to AD but seeing the following error:
My configuration has an Aurion connector/adapter -> Link -> Locker -> Link -> AD connector/adapter in a standard setup.
The Manager attribute in the Aurion adapter is calculated via a DN join:
Here's an example, looks correct.
I synchronise the Manager attribute from the Aurion Adapter to the Locker:
It looks correct in the Locker:
Then from the Locker to the AD Adapter:
Here's the AD Adapter configuration:
When I attempt a Baseline Synchronisation on the AD Link this is what I see, and the error above appears in the log file:
Can you please tell me what I need to do to get the synchronisation of the manager attribute to work correctly from the Locker to the AD Adapter?
Answer
I removed the Manager flow on the AD Link, and the error in the UI is still happening (although the log error isn't there any more). So there may be other compounding problems.
Hi Adrian
That error message is something returned from AD. I'm no AD specialist so I can't help you with that side of it, but I'd start by checking the value for the manager is correct since it does mention it in the error message the didn't occur when you stopped setting that field.
The warning message means that for 2 of the entities being sync there are required fields that aren't being set. The message explains what required fields are. If this is not clear, let me know.
Thank you for your response Beau. A reference field in AD (like 'manager') is normally set to the DN of the object being referenced. How do I configure that in Broker/Plus?
You can construct the appropriate DN in powershell, either a transformation on the aurion adapter or as a synchronization task.
The DN for the AD manager object is available as a field on that object (either in the Adapter or the Locker), but not on the object for which the manager attribute is being populated. How can Broker/Plus get the DN of the referenced manager object, to put it on the user object in AD?
Example: Adrian's manager is Bob, so the 'manager' AD attribute of Adrian needs to be set to the DN of Bob's AD object. Bob's DN is only available on Bob's record in Broker. How do I get the DN value for Bob when I'm trying to populate Adrian's 'manager' attribute?
Hi Beau, I think maybe only the Product Group have access to the UNIFYAssure samples - at least it took Adam 15 minutes to work out how to grant me access to the Aurion Sample. Could you please tell me where to access it so I can see if I have access or not?
Customer support service by UserEcho
You can construct the appropriate DN in powershell, either a transformation on the aurion adapter or as a synchronization task.