Skip to content

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, you must 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.