IWS rules XML configuration files are stored in
etc/tws_rules
directory in your ProcMan installation. The structure of XML files is controlled by document type definition declaration in file tws_rules.dtd. The name of the rule that should be applied in the process step is configured in the ProcMan process config file.
IWS rules basically consist from two parts with rule basic elements:
INIT element – create or initialize rule parameters that are used later by processing elements
Processing elements (TEST, CHANGE, DELETE, INSERT, CHECK) – any combination of elements that directly check or alter AD record.
All rule basic elements are identified using attribute ID, which must be unique within the iws rules XML file.