- 22 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
SyncNow (command-line utility)
- Mis à jour le 22 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
The SyncNow
command-line utility allows you to start a synchronization based on the settings specified in the LDAP Synchronization Tool configuration file, usually ikldapsyncconfig.xml. If specified in the configuration file, the synchronization result will be recorded in the log file.
This command-line utility is usually located in the %PROGRAMFILES%\OneSpan\LDAP Synchronization Tool\bin directory on Windows and the /opt/onespan/ldapsync/bin directory on Linux.
Synchronization with SyncNow is independent of synchronization via the LDAP Synchronization Tool service/daemon. The command-line application and the service/daemon should not synchronize at the same time.
Syntax
Windows:
SyncNow.exe configuration_file [profile_list]
Linux:
./SyncNow configuration_file [profile_list]
Command-line options
Option | Parameter | Description |
---|---|---|
configuration_file | Required. The LDAP Synchronization Tool configuration file, which contains the profile definition. | |
profile_list | Optional. String list of profile descriptions separated by spaces. Synchronization is performed for all profiles in this list. If omitted, all enabled profiles will be synchronized. |
Additional considerations
Before you trigger synchronization using SyncNow, you can test synchronization using SyncTest
(see SyncTest (command-line utility)).