How to propagate change in OIM User status (Enabled; Disabled) to OID via LDAP Connector
I'm working with a team to prepare for a migration from Oracle SSO/OID
10gR2 to OIM/OID 11gR1. While reading chapter #12 "Developing
Provisioning Processes" in the OFM Developer's Guide for OIM 11g R1:(http://docs.oracle.com/cd/E23943_01/doc.1111/e14309/promgt.htm),
I've become confused about how to map account status for reconciliation
between OIM (trusted source) and OID (target resource).
First of all, I'm assuming OIM is my trusted source because we intend on registering new users and provisioning existing users through OIM's self-service registration and provisioning request and approval mechanisms. However, a number of out-of-the-box User attributes built into OIM are mismatched with key OID User attributes. One such important attribute we have in our OID for Users is orclIsEnabled, which is a built-in attribute whose value controls whether an OID account can be used to authenticate or not via Oracle SSO. The following excerpt from Ch. 12 of the OIM Dev Guide seems to be only talking about
First of all, I'm assuming OIM is my trusted source because we intend on registering new users and provisioning existing users through OIM's self-service registration and provisioning request and approval mechanisms. However, a number of out-of-the-box User attributes built into OIM are mismatched with key OID User attributes. One such important attribute we have in our OID for Users is orclIsEnabled, which is a built-in attribute whose value controls whether an OID account can be used to authenticate or not via Oracle SSO. The following excerpt from Ch. 12 of the OIM Dev Guide seems to be only talking about
0