Skip to content
Søren Granfeldt edited this page Nov 28, 2016 · 10 revisions

MRE operates from rules and you can have as many rules as you like in this framework for as many object types as you like.

All rules should be written in valid XML and are contained in a FIM.MRE.xml file. You can have as many rule files as you want and each rule file may contain as many rules as needed for the configuration.

The structure of a FIM.MRE.xml rule file should look like this -

<?xml version="1.0" encoding="utf-8"?>
<RulesFile>
  <Rules>
    <Rule>...</Rule>
    <Rule>...</Rule>
    <Rule>...</Rule>
    <Rule>...</Rule>
  </Rules>
</RulesFile>

If you change the rules, the FIM Synchronization Service should be restarted for the new rule files to be picked up.

Read more about

Clone this wiki locally