If the destination environment does not use the same LDAP provider as the source environment, you must edit the security settings in the exported isolated region configuration data before you import the data.
To edit user and group information:
Example:
Assume that write access to a queue in the source environment is set as follows:
<WriteSecurity>
<Value>intgpeadmin</Value>
</WriteSecurity>
In the destination environment, the sysadmin is to have write access to this queue. Therefore, you would edit the setting in the XML file as follows:
<WriteSecurity>
<Value>sysadmin</Value>
</WriteSecurity>