OIM exclude roles from LDAPSYNC
Hi,
We're upgrading OIM to 11gR2PS2 from 9.x and are also turning on LDAPSYNC.
Can anyone tell me which metadata file and what syntax to use to prevent some existing OIM groups being sycn'd to OID?
The integration guide says to stop users sync'ing you add the following to /metadata/iam-features-ldap-sync/LDAPUser.xml.
<parameter name="excludeEntityFilter">
<value>act_key=2</value>
</parameter>
<parameter name="excludeEntityActions">
<value>ALL</value>
</parameter>
I tried updating /metadata/iam-features-ldap-sync/LDAPRoles.xml with something similar but the roles were still synched when I ran the LDAP Post Enable Role Synchronization task.
Grateful for any help.
Thanks