- 22 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
SyncTest (Command-line Utility)
- Mis à jour le 22 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
The SyncTest
command-line utility allows you to start a test run to verify that the outcome of a synchronization is what you expect. This is best done before scheduling a synchronization. For more information, see Test run.
The output of this program is in JSON format.
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.
Syntax
Windows:
SyncTest.exe configuration_file [profile_list]
Linux:
./SyncTest 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 outcome is tested only for profiles in this list. If omitted, all enabled profiles will be tested. |