Title
Create new category
Edit page index title
Edit category
Edit link
LDAP
Generate the LDAP configuration file
Run the configure command
Expected output:
If the file is already generated it will ask for the
LDAPcredentials to validate the connectivity and configurations. Which is mentioned in the below steps.
Edit the LDAP configuration
Edit the file in path:
Configure file for below properties:
LDAP FQDN : FQDN where LDAP server is running
host = [FQDN]
If port 389 is being used then
insecureNoSSL = true
_SSL root CA Certificate:_rootCA = [CERTIFICATE_FILE_PATH]
bindDN : to be used for
ldapsearch need to be member of admin groupbindPW :
passwordfor entering in database, can be removed later onceldapgets enabledbaseDN used for user search: Eg:
(cn=users, cn=accounts, dc=accedata, dc=io)Filter used for the user search : Eg:
(objectClass=person)baseDN used for group search: Eg:
(cn= groups, cn=accounts, dc=acceldata, dc=io)Group Search: Object class used for group search: Eg:
(objectClass= posixgroup)
Here is the command to check if user has search entry access and group access in LDAP directory:
Validate the LDAP User Credential and Configurations
Run the configure command
It will ask for the LDAP user credentials:
If things went well, it will show the below confirmation message:
Press ‘y' and press 'Enter’
Expected output:
Deploy the Pulse LDAP addon
Run the deploy addon command
Select the LDAP from the list shown and press 'Enter':
Expected output:
Push the updated “acceldata.conf“ to Pulse DB
Run the deploy command
It will ask for confirmations:
Expected output:
Restart the Pulse Web UI service
Run the restart command
Open Pulse Web UI and create default roles.
The “ops” role must be created and configured with the necessary access, as it will be automatically assigned to all incoming users with LDAP login. If you prefer more control over LDAP group mappings and permissions, you can create custom roles, assign the required permissions, and associate LDAP groups with those roles. Users belonging to these groups will automatically inherit the permissions assigned to their respective roles.
Adding Additional Flag for Custom Filter in Group Search
Configurations to Enable the Special Search
Following three new fields were added to the configuration:
This must be customized by the user based on their specific use case.
Enable SSL/TLS for LDAPS
For SSL setup in LDAPS, add the following code snippet to the configuration file.
Fetch the root CA (PEM) file and place it in the following directory.
Generate the
ad-ldap containeryaml file if it does not exist, by executing the following command.
Please update the following properties.
Mount the root-ca file into the ad-ldap conf Volumes section.
Mount the root CA file in the ldap container by adding the following line to the Volumes section of the container.
Custom LDAP Configuration File
This section displays a sample active directory LDAP file.
Logs from ad-ldap container
For additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026