Synchronize with Active Directory
Use the command line to import user accounts from Active Directory into your Octoplant system.
Run the command line as administrator in the program directory of the server installation.
Then enter the following command:
VDogLdapSynchronization /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} | User name |
| /domain:{domain} | User's domain (optional) |
| /password:{password} | User's password |
If successful, "0" is returned.
If an error occurs, "1" is returned and the error is logged both in the AdminClient and in Windows in the event viewer.
Related topics