Post-installation Script Settings for ApacheDS
When upgrading from a version of Hub that uses ApacheDS to a version of Hub that does not use ApacheDS, you must ensure that the Invoke Powershell script used in the installation process uses the correct ApacheDS settings for your current Hub installation. This is required for the new version of Hub to connect to ApacheDS and migrate user accounts to SQL Server.
ApacheDS Settings
Settings that control the connection between HotDocs Hub and ApacheDS.
Parameter Name | Description | Example Data |
ApacheDS | The name of the server on which ApacheDS runs. | exampleserver01 |
ApachePort | The port used by the ApacheDS host. Must be the port configured during the ApacheDS installation process. | 10389 |
ApacheUser | The administrative user account by Hub used to access ApacheDS. The default setting (uid=admin,ou=system) uses the ApacheDS admin user to connect the Hub to ApacheDS. | uid=admin,ou=system |
ApachePass | The password you set for uid=admin,ou=system when configuring ApacheDS. | |
ApacheDomain | The installation domain controller in ApacheDS. The default value is dc=example,dc=com. | dc=example,dc=com |
ApacheTenancy | The ID of the LDAP tenancy group in ApacheDS. The value is the entryUUID obtained during ApacheDS configuration. | 64fd13cf-45f9-49cf-b31b-9nn0f2e8d63w |
ApacheUseSSL | Enables the use of SSL with ApacheDS. The default value is false. | false |