Configuring ApacheDS
You must configure ApacheDS before it can be used with the HotDocs Hub.
In this Topic Hide
Default Connection
The follow steps describe configuring a default connection between ApacheDS and HotDocs. Please refer to the ApacheDS documentation if you need to create a custom connection.
To configure ApacheDS for use with HotDocs Hub
1. Initial Connection Setup
- Run Apache Directory Studio.
- Click Workbench.
- Right-click in the Connections pane in the bottom left of the window.
- Select Import > Import Connections from the drop-down menu.
- Click Browse.
- Navigate to the LdapFiles folder supplied with your HotDocs Hub installation package.
- Select the LdapConnection.lbc file.
- Click Open.
- Click Finish.
- Expand the DIT node in the LDAP Browser pane.
- Select the Root DSE node.
- Select File > Open File.
- Navigate to the LdapFiles folder supplied with your HotDocs Hub installation package.
- Select the LdapInitialSetup.ldif file.
- Click Open.
- Click Execute LDIF to execute the selected .ldif file.
- Select the ldapusers connection from the list.
- Click OK.
2. Tenancy Configuration
- Navigate to DIT > Root DSE.
- Expand the dc=example,dc=com node.
- Right-click the cn=HotDocs group.
- Select Properties from the drop-down menu.
- Click both Refresh button in the Create and Modify Information section.
- Click the Refresh button in the Sizing Information section.
- Click OK.
- Right-click the entryUUID value from the cn=HotDocs group tab.
- Select Copy Value.
- Paste and save the value in a text file; the ApacheTenancy setting in the HotDocs Hub post-installation scripts uses this value later.
3. Set the Tenancy Administrator e-mail and password
- Expand the cn=HotDocs group node.
- Select the cn=admin user.
- Edit the Email attribute.
- Enter the e-mail address for the root user.
- Right-click the userPassword attribute.
- Select Edit Value.
- Navigate to the New Password tab.
- Enter a password in the Enter New Password field.
- Enter the password in the Confirm New Password field.
- Select SSHA-256 from the Select Hash Method drop-down menu.
- Click OK.
4. Password Lockout Configuration (optional)
Optional: you can change the password policy to disable locking of accounts after five incorrect password attempts.
- Navigate to ou=config > ads-directoryServiceId=<default> > ou=interceptors > ads-interceptorId=authenticationInterceptor > ou=passwordPolicies > ads-pwdld=default
- Edit the ads-pwdlockout attribute.
- Enter FALSE as the value for the attribute.
5. Disable Anonymous Access
You must also disable anonymous access for ApacheDS, to prevent unauthorized users from accessing the server.
- Navigate to the LDAP Servers pane.
- Right-click the pane and select New > New Server.
- Select ApacheDS 2.0.0.
- Click Finish.
- Right-click ApacheDS 2.0.0 in the LDAP Servers pane.
- Select Open Configuration.
- Uncheck the Allow anonymous access setting.
- Select File > Save to save the configuration.
Next Steps
Install HotDocs Hub with User Management.