Synchronization with Active Directory
You can import the user accounts from the Active Directory into your octoplant system using the command line. To do this, first open the command line (selecting Run as administrator) in the program directory where the server is installed.
Then enter the following command:
VDogLdapSynchronisation /rd:<ServerArchive> /at:s /Account:<User> /Password:<Password> [/Domain:<Domain>] |
Parameter | Description |
---|---|
/rd:<ServerArchive> | Fully qualified path to the server archive |
/at:s | Application type (server) |
/account:<User> | Name of the user |
/domain:<Domain> | Domain of the user (optional) |
/password:<Password> | User password |
If successful, 0 is returned.
If an error occurs, 1 is returned and the error is logged in octoplant and the Windows Event Viewer.
Related topics |
---|
Active directory binding |