Can text be prepended to replacement variables in LDAPContainerRules.xml?
I'm developing expressions in my OIM 11.1.1.5.0 LDAPContainerRules.xml file to route newly created Roles in OIM to the correct OID container node. The default copy of the LDAPContainerRules.xml file has the following rule defined for Roles:
<rule>
<expression>Default</expression>
<container>$DefaultRoleContainer$</container>
</rule>
I would like to add additional rules to route new OIM Roles to OID containers that have $DefaultRoleContainer$ as a parent or ancestor. If I prefix the replacement variable with the remaining path to the intended container, will OIM automatically handle it correctly? For example, I have an OID group container that I want to route new Roles that have a certain value in a UDF I created named "Role Location". Assuming that $DefaultRoleContainer$ resolves to a directory path of "cn=Groups,dc=command,dc=branch,dc=mil", The fully qualified target container would be named something like the following...
<rule>
<expression>Default</expression>
<container>$DefaultRoleContainer$</container>
</rule>
I would like to add additional rules to route new OIM Roles to OID containers that have $DefaultRoleContainer$ as a parent or ancestor. If I prefix the replacement variable with the remaining path to the intended container, will OIM automatically handle it correctly? For example, I have an OID group container that I want to route new Roles that have a certain value in a UDF I created named "Role Location". Assuming that $DefaultRoleContainer$ resolves to a directory path of "cn=Groups,dc=command,dc=branch,dc=mil", The fully qualified target container would be named something like the following...
0