Set up LDAP for Pulse UI

This document describes how to configure LDAP authentication for Pulse UI.

Prerequisites

Before you begin, ensure that you have the following information:

  • LDAP server FQDN
  • LDAP port (389 for non-SSL or 636 for SSL)
  • Root CA certificate path (for SSL connections)
  • LDAP bind user (service account)
  • LDAP bind password
  • User search base DN
  • User search filter
  • Group search base DN
  • Group search filter

Configuration Steps

Step 1: Verify the LDAP Configuration File

Check whether the LDAP configuration file exists.

Bash
Copy

If the file does not exist, generate a default configuration file.

Bash
Copy

Expected output

Copy

Step 2: Configure LDAP Settings

Open the LDAP configuration file.

Bash
Copy
  • LDAP Server: Specify the fully qualified domain name (FQDN) of the LDAP server.
Copy
  • LDAP Port: If LDAP uses port 389, enable non-SSL mode.
Copy
  • Root CA Certificate: Specify the path to the SSL root CA certificate.
Copy
  • Bind User: Specify the LDAP service account used for directory searches. The account must be a member of the LDAP administrator group.
Copy
  • Bind Password: Specify the encrypted password string.
Copy
  • User Search Configuration

Specify the base DN and filter used to search for users.

Example:

Copy
  • Group Search Configuration: Specify the base DN and filter used to search for groups.

Example:

Copy

Step 3: Validate LDAP Search Access

Verify that the bind user has permission to search users and groups.

Bash
Copy

Successful results indicate that the bind account has the required search permissions.

Step 4: Validate LDAP Connectivity

Run the LDAP configuration command.

Bash
Copy

When prompted, enter the LDAP user credentials.

Copy

Expected output

Copy

Type y and press Enter.

Expected output

Copy

Step 5: Push the LDAP Configuration

Push the updated LDAP configuration to the database.

Bash
Copy

Step 6: Deploy the LDAP Add-on

Deploy the LDAP add-on.

Bash
Copy

Select LDAP from the list.

Copy

Expected output

Copy

Step 7: Restart the GraphQL Service

Restart the GraphQL service.

Bash
Copy

Step 8: Configure the Default LDAP Role

  1. Log in to Pulse Web UI.
  2. Create an Ops role with the required permissions.
  3. Configure the role as the default LDAP role.

All users authenticated through LDAP are automatically assigned this role after login.

Verify the Configuration

Verify the following:

  • LDAP users can successfully authenticate.
  • Users are automatically assigned the default Ops role.
  • User and group searches return expected results.
  • Pulse UI access is granted according to the configured role permissions.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches