Synchronization Agent
The agent synchronizes all users in the current domain with the ESET Secure Authentication that it is installed on.
- The default synchronization interval is 1 hour
- More than one agent can be installed within a domain (to secure connection/actualization with ESET Secure Authentication)
- Synchronization is done in bulks. After initial synchronization, just the diff is sent next time to optimize data load
Create ESET Secure Authentication Synchronization Agent installer
Navigate Web Console > Components > Installers > Create Installer
- Fill in the Name of the installer.
- From Products, select ESET Secure Authentication Synchronization Agent.
- From Are you creating this installer for purpose of new installation or upgrade? select New installation of applications.
- From Distribution, select All-in-one Installer.
- Choose Expiration Time and Usage Count.
- Click Create.
- Click the Download button to download the installer, or copy the download link that allows you to download the installer later or from a different device or browser.
- Copy the Invitation details that will be needed during the installation process.
Install the ESET Secure Authentication Synchronization Agent
- Run the downloaded esasyncagent_nt32nt64_enu.exe installer on any computer inside the Active Directory realm.
- In the Authentication Server Access window, paste the Invitation data from the creation steps of the installer.
- Click Next and select Add certificate to machine store.
- After successful installation, click Close or follow the instructions displayed if the installation process fails.
Using the MSI Installer
Use /qn argument to run MSI in silent mode.
Command-line arguments are processed only by the ESA installer MSI (the ESA installer EXE does not process them).
Component (for ADDLOCAL and REMOVE):
Management_Sync_Agent (AD/LDAP Synchronization Agent)
To install or upgrade ESA, you must accept the End User License Agreement:
EULA_ACCEPTED=1 (1 — I accept the terms in the License Agreement)
Authentication Server connection arguments (not needed when installing components on the same machine where the Authentication Server is installed):
ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ADDRESS (Authentication Server address)
ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ACCESS (invitation code)
Useful general arguments:
/L*v "c:\esa_install_log.txt" (creates installation log at c:\esa_install_log.txt)
Example: install ESET Secure Authentication Synchronization Agent
msiexec /i "esasyncagent_nt64_enu.msi" /qn /L*v "c:\esa_install_log.txt" ADDLOCAL="Management_Sync_Agent" ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ADDRESS=192.168.0.15:8001 ESA_COMPUTER_CONFIG_AUTHENTICATION_SERVER_ACCESS=DKNO-XESE-WXUA-QNXW-JAEI TRUSTED_CERT_HASH=2CD61594DDE3E63E6BEBB9BF3DC95B85550FD5D8 EULA_ACCEPTED=1 |