I am trying to flow users to AD depending on location. In Active Directory we have an OU for each office location and users are created underneath.
What I have is a numerical value (mail code) in my data set, amongst the other required attributes, that relates to a location for a particular new user. That number would match to a specific location (i.e. 099=Chicago)
I would like to be able to set the DN of the user based upon location and flow that user creation to AD. Also I would like to set the office location attributes of the user based upon this same numerical value, add the user to specific user groups, and create a home directory on a server local to the office.
I would like to be able to do this using a SQL feed from our ERP and also while creating a user using the FIM Portal.
Any ideas on how I should go about accomplishing this?