Update the LDAPRole.xml Metadata File in 11gR2PS2
Since we are referencing the CustomParentOU UDF in the LDAPContainerRules.xml file, we need to make sure that attribute is available to the process. We do that by adding the CustomParentOU attribute to the LDAPRole.xml metadata file.
Add the following attribute to the <entity-attributes> section of the /metadata/iam-features-ldap-sync/LDAPRole.xml file.
<attribute name="CustomParentOU">
<type>string</type>
<required>false</required>
<MLS>false</MLS>
<searchable>false</searchable>
<attribute-group>Basic</attribute-group>
</attribute>
NOTE:
Since metadata can be updated several different ways and at different
times, it is possible that this value may already exist in the LDAPRole.xml
file. If it already exists, then this
step can be skipped.
If the file is updated and saved, then the managed OIM servers need to be restarted.
No comments:
Post a Comment