Preserving System Users
To preserve the system user’s business unit from FintechOS, go to the web.config file and add the following key:
Copy
<appSettings>
...
<add key="ADOverwriteBusinessUnit" value="false"/>
...
</appSettings>
To preserve the system user’s security roles from FintechOS and merge them with the ones provided in the ADConfiguration.xml file, go to the web.config file and add the following key:
Copy
<appSettings>
...
<add key="ADOverwriteUSerRoles" value="false"/>
...
</appSettings>