ADSync Application Settings
Overview
This document explains the available settings found within the ADSync.exe.config file.
For guidance on recommended settings, refer to the ADSync Tool Usage Guidelines
ProductName
Default Value: AD Sync
Description: Internal use
CortexURL
Default Value: http://{portalurl}/CortexAPI/Default.aspx
Description: This is the URL path to access the Atria API.
CortexUsername
Default Value: The username which was used to logon to the portal when downloading the ADSync installation package
Description: This user is used to authenticate against the API and must have the ADSync Administrator role within Atria.
CortexPassword
Default Value: Encrypted password for the CortexUsername
Description: There is no automated way to produce a re-encrypted password if this one is changed. It can be done my reinstalling ADSync, but that's not really a great option. For this reason, it is best to use a dedicated account which is set to never expire as the ADSync logon account
DirectoryServer
Default Value: localhost
Description: For future use, do not change
UserPollTime
Default Value: 5
Description: The number of seconds ADSync waits between polling for user changes.
UserImmediate
Default Value: False
Description: No longer used
UpnFormat
Default Value: SAMAccountName
Description: Possible values are SAMAccountName or UserPrincipalName.
- This setting determines how ADSync decides how to create this object.
- SAMAccountName will create the object with a UserPrincipalName of
SAMAccountName
@Customers Primary Domain
. - UserPrincipalName will create the object with the same UserPrincipalName as the object has in the remote AD if possible. If the hosted customer does not have the same domain provisioned, then the sync will fail.