Prepare an Active Directory server
To use Active Directory as an LDAP user registry, install and set up the server so that it can communicate with HCL WebSphere Portal.
- Install and configure Active Directory:
- Install Windows Server version 2008 or 2012, which includes Active Directory.
- Install the necessary Service Packs.
- Use the Windows Server documentation to install Internet Information Services (IIS). Use IIS to export server certificates. It must be installed before installing Certificate Services.
- Use the Windows Server documentation to install Certificate Services if we plan on using Active Directory over SSL.
- Complete the following steps as a guide to create the HCL WebSphere Portal administrative user:
- Create a user with the Windows administrative tools.
Note: There is a 20 character limitation for the user account name.
- Set the password for the new user.
- Activate the new user with the Windows administrative tools. Set the msDS-UserAccountDisabled attribute to false.
- Complete the following steps to enable SSL for Active Directory; this step sets passwords during sign-up and user creation:
- Install an Enterprise certificate authority on a Windows Domain Controller. It installs a certificate on a server or a third-party certificate on the Domain Controller.
- Click Start > All Programs > Administrative Tools > Active Directory Users and Computer.
- In the Active Directory Users and Computers window, right-click on your domain name and select Properties.
- In the Domain Properties dialog box, select the Group Policy tab.
- Select the Default Domain Policy group policy and then click Edit.
- Select Windows Settings under Computer Configuration.
- Select Security Settings and then select Public Key Policies.
- Select Automatic Certificate Request Settings.
- Use the wizard to add a policy for Domain Controllers.
Note: When these requirements are complete, all domain controllers request a certificate and support LDAP over SSL with port 636.
Parent topic: Prepare the user registry software