Sunday, May 8, 2016

orclIsEnabled attribute value remained blank when new account provisioned or enabled existing account on OID through OIM.

OID (Oracle Internet Directory) is an LDAP directory that uses an Oracle Database for storage. The information in the directory is available to different clients, such as single sign-on solutions, email clients, and database applications.
OID has provided multiple out the box attributes cn, givenname, manager, orclIsEnabled etc. orclIsEnabled is the attribute for status of the user in OID. which shows whether user is enabled or disabaled in OID.

OIM provided out of the box connector to perform CRUD operations on OID. When account provisioned on OID through OIM, OID connector manages to pick required attributes values from OIM to OID which include orclIsEnabled attribute too, which is nothing but the status.

But one of the confusion with orclIsEnabled attribute is that, when new account provisioned or enabled existing account on OID, value of orclIsEnabled should be enabled but connector kept it blank and when account get disabaled connector put disabled in orclIsEnabled attribute. It means blank value of orclIsEnabled shows OID account is in enabled state.


When OID account is Enabled:


When OID account is Disabled:

:

3 comments: