0

We currently using default iLO 2 active directory logon schema. but we are not able to logginh using Domain name account format, John@domain.com or domain\John,

How should I set the iLO 2 that support this format?

user19049
  • 487
  • 2
  • 14
  • 25

2 Answers2

1

iLO 2 supports using "@domain.com" in the search contexts The browser has to have ActiveX enabled, and the workstation has to be logged into the domain, but the iLO 2 login page will accept Both the "john@domain" and "domain\john" forms in addition to the CN or fully qualified DN.

There's an HP whitepaper, "Configuring HP integrated Lights Out With Active Directory" that has all the details you need.

davenpcj
  • 641
  • 5
  • 8
0

Check to make sure that username you are logging in with is the CN Attribute of the account in AD. The CN is usually the name that is displayed in AD Users and Computers for a username in the panel.

One of the quirks of AD & iLO is that it uses the CN Attribute as the username identifier rather than something that is less likely to change like the SAMAccountName attribute.

Ben Short
  • 688
  • 3
  • 7
  • 20
  • iLO 2 will accept samAccountName forms as long as the Microsoft NameTranslate ActiveX control in the login webpage is able to convert it back into an LDAP DN. Usually just means the workstation has to be a member of the domain and allowed to run ActiveX. – davenpcj Apr 19 '12 at 03:54