Summary
This article provides information on how to update ADSync tool to latest v4.3.
This article applies to ADSync v4.2
ADSync v4.3
ADSync
v4.3 works with MachPanel 6.3.12 or later. To upgrade you need to
perform following steps on each Domain Controller in Local AD.
For
details about changes in build 6.3.12, please visit release notes https://kb.machsol.com/Knowledgebase/55615/MachPanel-Build-v6312-Release-Notes-Dec-10-2019
You
will be able to perform update of your control panel server to 6.3.12
and schedule your ADSync customers to perform update to 4.3 at a later
time. During this version mismatch between ADSync and MachPanel where ADSync is on version 4.1 or 4.2 and MachPanel is on version 6.3.12 the Sync Process will continue to work. Though this will work, but it is recommended to update ADSync clients to version 4.3 as soon as possible.
IMPORTANT: This version of Adsync supports latest TLS encryption protocols i.e. TLS1.1 and TLS1.2 are supported.
If you want to auto-update, please run ADSync.UpdateInstaller.exe, please use "Run as Administrator" option.
Also, you need to manually run registry file (ADSync.PolicyLogger.reg) from update directory once update process is completed.
To update manually please follow below steps.
- Remove entry “ADSyncPolicy” from “HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA\Notification Packages“.
- Reboot Domain controller.
- Replace “ADSyncPolicy.dll, ADSync.PolicyLogger.dll and ADSync.ClientHelper.dll” files in "$windir\System32".
- Stop ADSyncSvc using Services.
- Replace "ADSync.ClientHelper.dll, ADSync.ConfigStudio.exe and ADSyncSvc.exe" in installation folder of ADSync
Example "C:\Program Files\MachSol\ADSync".
- Add entry “ADSyncPolicy” to “HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA\Notification Packages“.
- Double click or run “ADSync.PolicyLogger.reg” file to update the linked assembly version in windows registry.
- Reboot the machine.
- Repeat Step1-8 for all additional/secondary/backup domain controllers.
Download link for
ADSync Update Files:
(ADSyncUpdate4.3) Size: ~664KB
If your panel is on build 6.2.10 and you updated your ADSync Tool to v4.3, you need to execute following script on Control Panel Database:
Insert Into [Hb_tblADSyncVersionMapping] (ADSyncVersion, CPVersion)
Values ('4000','6210'),
('4100','6210''),
('4200','6210''),
('4300','6210'')
GO