<?xml version="1.0" encoding="UTF-8"?>
<!-- A configuration should be created for each users that needs to use migration center
to scan or import data from/into Documentum
The attributes repository_name, migration_user and action_allowed are mandatory
and are used to uniquely identify a configuration.
The allowed values for "action_allowed" are: scan, import or both. Both meaning
that the configuration will apply to both scanners and importers.
<configuration repository_name="production" migration_user="John Smith" action_allowed="both">
<!-- Encrypted password of the migration_user. The encryption tool must be used to
get the encrypted password.
<migration_user_password>NVnP0RwMfTulUrpjOYj0tA==</migration_user_password>
<!-- The date until the configuration is valid.
<effective_date>2013-11-04</effective_date>
<!-- The super user name that will be used for connecting to Documentum.
<super_user_name>Administrator</super_user_name>
<!-- Encrypted password of the super userr. The encryption tool must be used to
get the encrypted password.
<super_user_password>DSzl1hrzj+yYMLOtxR5jlg==</super_user_password>
<!-- Documentum folder and cabinets where the users is allowed to scan from or to import into.
This is optional. If it's not set there is no restriction for the users.
<path>Cabinet2/Folder1</path>
<!-- The local folders or shares are the user is allowed to export objects.
This apply only to scanners. The folders configured here should be not
accessible to the migration users in order to protect the exported content
but it should be accessible to the windows user under Jobserver service is running.
This is mandatory for the scanner.
<allowed_export_locations>
<path>\\fileserver\mc_export</path>
<path>d:\export_location</path>
</allowed_export_locations>
</security-configuration>