Automation of User Login and Password creation in OIM
809412Oct 13 2011 — edited Nov 15 2011Hello everyone,
I'm currently using 11.1.1.3.0 of OIM, and I'm trying to automate the creation of the user's login.
I want to be able to generate a user's login based on the first letter of their first name, combined with their last name, and a two digit ID (starting at 0 and incrementing by +1 for each previous user).
Example:
xelsysadm goes to the administration page to create a new user.
The user has the following:
First Name: John
Last Name: Doe
Organization: Xellerate Users
User Type: Full-Time
And these are the only attributes filled out (Manager is not filled out.)
I would like the resultant user name to be JDoe00 (Or 01 if JDoe00 already exists, etc.) with a static valued password that they can change upon login.
How can I achieve this in OIM?