Let me try and make it more clear, we get our Manager property from our HRM system via an API.
This value is "Firstname Lastname" feeding this directly into the manager property cant be done as the manager property within AD requires the DN name and not the Firstname Lastname of the object.
So we would like to feed the value from the API into the customattribute15 (example) and then from there get Adaxes to look at this and "translate" it to the DN.
If more then one user with the same firstname and lastname is there then that could be a problem I havent thought of yet.
We could also use the WorkerID (value from HRM) instead of firstname/lastname and translate that to the object in AD in the same way I guess.