Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

12 Posts

62

June 11th, 2025 13:37

Add LDAP to Dell OpenManage Enterprise Application

Hello,

we want to add LDAP to our Dell OpenManageEnterprise (4.4.0 Build 75) to get Active Directory Account to login to the application.
Right now we only have a few local Admin accounts created on the system.

I added the directory service with an LDAP Bind account and tested the connection -> It was successfull.
When i go to Users and want to Import a Directory Group the list on the bottom left stays empty.
I dont know where the problem is please help us.

Best Regards
Marvin

Moderator

 • 

4.4K Posts

June 11th, 2025 18:53

Hello,

 

To troubleshoot and resolve the issue where LDAP group import fails in Dell OpenManage Enterprise (OME) 4.4.0, even though the LDAP bind test is successful, follow these steps based on Dell’s official guidance and known best practices:

 

Checklist for Successful LDAP Group Import in OME

 

1. Ensure LDAPS (Port 636) Is Used

  • OME only supports LDAPS, not plain LDAP.
  • Confirm your Active Directory server has a valid SSL certificate installed (via AD Certificate Services).
  • Test with:

openssl s_client -connect <AD-server>:636

 

 

2. Correct Bind Account Format

  • Use a fully qualified DN or UPN format:
    • Example DN: CN=OME Bind,CN=Users,DC=example,DC=com
    • Example UPN: binduser@example.com

 

 

3. Set the Correct User Attribute

  • Go to Application Settings > Console and Plugins > Directory Services
  • Set:
    • User Login Attribute: sAMAccountName
    • Group Membership Attribute: Leave blank for standard AD

 

 

4. Manually Specify a Domain Controller

  • If auto-discovery fails, switch to Manual mode and enter the FQDN or IP of a known domain controller.

 

 

5. Importing Directory Groups

  • Navigate to Application Settings > Users > Import Directory Group
  • If the list is empty:
    • Try searching by partial group name
    • Ensure the group is a security group, not a distribution group
    • Ensure the group is within the search base DN defined in the LDAP settings

 

Official Dell Documentation

 

4 Operator

 • 

2.2K Posts

June 11th, 2025 20:07

@MarvinDorn​ 

IIRC it will display an empty list by default and as soon es you type something into the search field you will see the results.  Try to insert a known group name from your AD.

Regards,

Joerg

1 Rookie

 • 

12 Posts

June 12th, 2025 05:11

Hello,

i literally just changed the attribute to sAMAccountName and now it works. 
@Origin3k I tried that before because i saw it in a video but it didnt work. Now it works fine thanks :)

1 Rookie

 • 

12 Posts

June 11th, 2025 13:38


Here you can see the empty "Available Groups" list after i selected the Directory Source

No Events found!

Top