KB00021 - Disabling AD Sync

To disable AD Sync (which is performed every 12 hours by the first website visitor) simply follow the steps below.

1. Finding configuration.xml

Further information on how to find the Configuration.xml file, read the corresponding article. ( KB00014 - Finding Log Files and ‘Configuration.xml’ )

2. Changing Date to Future Date

  <system>
    ...
    <directoryCacheInterval>12</directoryCacheInterval>
    <lastDirectoryScan>8/10/3016 10:03:34 AM</lastDirectoryScan>
	...