- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- iLO4 with LDAP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2020 06:26 AM - edited 12-23-2020 06:35 AM
12-23-2020 06:26 AM - edited 12-23-2020 06:35 AM
iLO4 with LDAP
Hi,
I'm trying to get LDAP working from iLO4 v2.77.
When I test the LDAP configuration User Authentication fails with "not authenticated, or does not have login rights".
This is my LDAP user, viewed via ldapsearch:
dn: cn=cabbulab_gb,l=amer,dc=xxxxxx,dc=com
loginShell: /bin/bash
objectClass: account
objectClass: networkInfo
objectClass: posixAccount
objectClass: shadowAccount
objectClass: top
gidNumber: 999
uid: cabbulab
shadowLastChange: 13168
shadowMax: 99999
uidNumber: 1436853
gecos: CABBULAB_GB@XXXXXX.COM
shadowWarning: 7
cn: cabbulab_gb
description: CABBULAB_GB@XXXXXX.COM_Managed_by_APS_ROLE_REFRESH
homeDirectory: /home/cabbulab
Is there anything missing from the LDAP response that prevents user authentication from working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2021 12:47 AM
01-05-2021 12:47 AM
Re: iLO4 with LDAP
Hi Carl,
As I understand you are trying LDAP configuration in ILO4. Please clarify on which server model you are trying to configure?
Kindly refer the below document for Directory Server Settings and ensure all pre-requisites and configuration is met.
Pg: 70 - Directory Server Authentication and Authorization.
https://support.hpe.com/hpesc/public/docDisplay?docId=c03334051
Directory Group Settings:
https://support.hpe.com/hpesc/public/docDisplay?docId=a00045203en_us&docLocale=en_US
IF still authentication issue seen, kindly log a support case to investigate this further.
Thanks,
HPE Employee.
I am an HP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2021 03:05 AM - edited 01-07-2021 03:18 AM
01-07-2021 03:05 AM - edited 01-07-2021 03:18 AM
Re: iLO4 with LDAP
Hi,
Thank you for your response.
This is on a DL360p Gen8.
Before I submit a support ticket would you be able to supply a trace (Wireshark PCAP or flat text file) showing the LDAP server response for a successful OpenLDAP authentication? I'd like to see what needs to be in a LDAP response for iLO to "recognize" the user is authenticated. I suspect the server has to send back a group name in it's response!
Alternatively, I suspect the LDAP server must return the "memberOf" attribute for this to work. Can you confirmn that?
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2021 08:52 AM
01-07-2021 08:52 AM
Re: iLO4 with LDAP
FYI, I ran a test against the directory from iLO and everything was successful except:
1. "User Authorization" was successful but no "User Group" was returned by the server.
2. "User Authentication" had a warning status with message "Test user xxxx not authenticated, or does no have login rights".
The user is provisioned on the LDAP server and works for other LDAP authenticated apps.
Is there some way to debug this on the iLO side?