Need to modify and atrribute comming from the LDAP User Create and Update Job
Hi
I need to pulll an attribute from LDAP into custom OIM UDF but before I pulll it into OIM I need to transform it.
I understand I would need to modify /db/LDAPUser
I can is in the profile.xsd that $ORACLE_IDM/server/schema/profile.xsd below :
<xs:complexType name="targetAttribute">
<xs:complexContent>
<xs:extension base="tns:abstractTargetAttribute">
<xs:sequence>
<xs:element name="stagingField" type="tns:stagingField" />
<xs:element name="oimAttribute" type="tns:oimAttribute" minOccurs="0" />
</xs:sequence>
<xs:attribute name="keyField" type="xs:boolean" />
<xs:attribute name="encrypted" type="xs:boolean" />
<xs:attribute name="parentRef" type="xs:boolean" />