<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ILO with AD integration in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/6802311#M7692</link>
    <description>&lt;P&gt;This is an ancient thread, but the forum indicates a recurring theme, so I believe it's worth clarifying what happened here, and giving some details about how the process worked and how it has changed in later versions of iLO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately the correct form of username was never used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iLO sends exactly what you type to the LDAP server, so it has to be a form that would be supported by Active Directory itself. &amp;nbsp;The LDP.exe tool using "SIMPLE" bind and LDAP SSL port 636 can be used to test or check ldap connection and authentication in the same way iLO does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the user full name is "Test, Dan", the distinguished name will typically be "CN=Test, Dan,CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com" &amp;nbsp; AD&amp;nbsp;servers may require escaping that first comma too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In the "Active Directory Users and Computers" tool, on the view menu, there's a setting for "Advanced Features", if this setting is enabled, the properties page of user objects will include an "Object" tab, which shows the "canonical name" of the user object. The "CN" of the user object is the last part of that name. It's also displayed next to the user icon on the "General tab"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For normal user logins, iLO can attempt to build a better username using the configured search contexts, by simply appending the context to the entered username.&lt;/P&gt;&lt;P&gt;In this example the "CN=Users,DC=ad,DC=test,DC=com" context would allow you to enter usernames that appear directly in that "Users" container. The "Test, Dan" user does not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, for iLO 2, the test settings screen cannot use search contexts or alternate forms of the username, so a fully qualified DN like "&lt;SPAN&gt;CN=Test, Dan,CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com" is required.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the login page, the pre-windows 2000 user logon name from the "Account" tab of Users &amp;amp; Computers can be used, "adtest\dtest" should work - &amp;nbsp;The direction of the slash does matter.&lt;/P&gt;&lt;P&gt;iLO 2 used a microsoft activeX control in the webpage to do the translation, and was limited by that to web sessions using IE on domain-authenticated workstations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iLO 3 and iLO 4 do the&amp;nbsp;name&amp;nbsp;translation internally, and no longer require the ActiveX control, and can support "adtest\dtest" or "Test, Dan" forms of user names in the&amp;nbsp;Directory&amp;nbsp;"Test Settings" page and for user login.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2015 16:56:49 GMT</pubDate>
    <dc:creator>Chris Davenport</dc:creator>
    <dc:date>2015-10-14T16:56:49Z</dc:date>
    <item>
      <title>ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828693#M2026</link>
      <description>I can not seem to integrate my ILO adncaed pack with AD directory services.&lt;BR /&gt;&lt;BR /&gt;I do not want to install extended schema.&lt;BR /&gt;I only want to use LDAP.&lt;BR /&gt;&lt;BR /&gt;Why is it so hard to make it work?&lt;BR /&gt;&lt;BR /&gt;Can anyone give me some simple instructions to implement ILO with AD in a Use Directory Default Schema?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David</description>
      <pubDate>Sat, 22 Jul 2006 20:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828693#M2026</guid>
      <dc:creator>David Partow</dc:creator>
      <dc:date>2006-07-22T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828694#M2027</link>
      <description>What is the format of the login name you&lt;BR /&gt;are trying to use.&lt;BR /&gt;Is it&lt;BR /&gt;1.short name &lt;BR /&gt;Ex : sriv s&lt;BR /&gt;2.Distinguished name&lt;BR /&gt;Ex : CN=sriv s,CN=Users,DC=mycompu,DC=com&lt;BR /&gt;3.loginname@domain.com format&lt;BR /&gt;Ex : sriv@mycompu.com&lt;BR /&gt;4.Netbios name&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;Please configure iLO with the appropriate directory settings and Group&lt;BR /&gt;distinguished name.&lt;BR /&gt;Follow the steps below.&lt;BR /&gt;&lt;BR /&gt;1.Logon to iLO with the appropriate login and password.&lt;BR /&gt;2.Click Administration-&amp;gt;Directory settings.&lt;BR /&gt;3.Configure "directory settings" with appropriate parameters as under&lt;BR /&gt;1.Directory Server address&lt;BR /&gt;Ex : dlilo1.india.hp.com&lt;BR /&gt;2.LDAP port as "636".&lt;BR /&gt;3.Fill in appropriate "Directory User Context 1&lt;BR /&gt;Ex:CN=Users,DC=mycompu,DC=com&lt;BR /&gt;4.Click "Apply Settings" to save the directory settings.&lt;BR /&gt;&lt;BR /&gt;5.Repeat "Step 2" to go back to directory&lt;BR /&gt;settings page.&lt;BR /&gt;4.Now click on "Administer Groups".&lt;BR /&gt;5.Select the appropriate group.&lt;BR /&gt;Ex : custom1&lt;BR /&gt;6.Fill in the Group distinguished name.&lt;BR /&gt;Ex : CN=newgroup,CN=Users,DC=mycompu,DC=com&lt;BR /&gt;NOTE : Please don't give any extra space.&lt;BR /&gt;7.Enable the appropriate access rights for this group.&lt;BR /&gt;&lt;BR /&gt;8.Click on "Save Group Information" save the group settings.&lt;BR /&gt;&lt;BR /&gt;Please ensure the following.&lt;BR /&gt;1.In windows Active directory setup&lt;BR /&gt;the same group(Ex:newgroup) exists.&lt;BR /&gt;2.User who tries to login to iLO is&lt;BR /&gt;present in this group.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2006 03:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828694#M2027</guid>
      <dc:creator>M.S.Srivatsa</dc:creator>
      <dc:date>2006-07-24T03:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828695#M2028</link>
      <description>M.S.Srivatsa,&lt;BR /&gt;&lt;BR /&gt;I am having trouble following your instructions.  &lt;BR /&gt;&lt;BR /&gt;I entered the information you suggested, of course substituting the correct information, for Directory User Context 1.  However, when I click Apply Settings, I get an alert box with the message: "LOM Object distinguished name is not specified.  Applying these settings will prevent directory authentication."&lt;BR /&gt;&lt;BR /&gt;I also tried entering the information in the LOM ODM field, but authentication still does not work.&lt;BR /&gt;&lt;BR /&gt;Under Modify Group, I listed the CN for the lowest level of the group, and moved up to dc=com.  Ex: cn=IT,cn=LoginScripts,cn=groups,dc=[domain],dc=com.  (no real CN's listed here.)&lt;BR /&gt;&lt;BR /&gt;I have tried loging in with the following:&lt;BR /&gt;  doman\username&lt;BR /&gt;  username@domain.com&lt;BR /&gt;&lt;BR /&gt;The directory server address is resolved.&lt;BR /&gt;It accepts the certificate.&lt;BR /&gt;Unable to authenticate domain\user [object not found].&lt;BR /&gt;-OR-&lt;BR /&gt;Unable to authenticate test user, user@domain.com.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;Jack Roberts&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Aug 2006 10:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828695#M2028</guid>
      <dc:creator>Jack Roberts</dc:creator>
      <dc:date>2006-08-11T10:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828696#M2029</link>
      <description>&lt;P&gt;Please use the HP Lights Out directory migration utility(HPQLOMIG.exe) which helps you to configure iLO for either&lt;BR /&gt;Default Schema or Extended Schema.This is a&lt;BR /&gt;GUI based tool.&lt;BR /&gt;&lt;BR /&gt;HPQLOMIG.exe is part of "HP Directories Support for Management Processors" softpaq&lt;BR /&gt;(SP31581.exe) which is downloadable from the&lt;BR /&gt;following web site.&lt;BR /&gt;&lt;A href="http://h18004.www1.hp.com/support/files/lights-out/us/download/23896.html" target="_blank" rel="noopener"&gt;https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_13aa310d9f23432a8d02d5ad56&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;iLO directory configuration pictures&lt;BR /&gt;I have attached the ZIP file which has the pictures of the iLO directory configuration for your reference.&lt;BR /&gt;1.iLOdirsettings.bmp&lt;BR /&gt;This picture shows the directory settings&lt;BR /&gt;for default schema.&lt;BR /&gt;NOTE: Please ensure you fill in the &lt;BR /&gt;hostname field in "Directory server &lt;BR /&gt;address" field.&lt;BR /&gt;This is required for logging using&lt;BR /&gt;"loginname@domain.com" and Netbios&lt;BR /&gt;name format(Domain name\loginname)&lt;BR /&gt;&lt;BR /&gt;Assuming "sriv" is the login name&lt;BR /&gt;Ex : loginname@domain.com&lt;BR /&gt;sriv@mycompu.com&lt;BR /&gt;Ex : Netbios name (domain\loginmame)&lt;BR /&gt;MYCOMPU\sriv&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 12:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828696#M2029</guid>
      <dc:creator>M.S.Srivatsa</dc:creator>
      <dc:date>2020-11-13T12:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828697#M2030</link>
      <description>M.S.Srivatsa...I see that you have password for the "LOM object password". That would only be needed for the HP Schema extension right? Since I am doing the schema-free, no objects for the iLO are create in AD?</description>
      <pubDate>Tue, 17 Apr 2007 14:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828697#M2030</guid>
      <dc:creator>TienDNguyen</dc:creator>
      <dc:date>2007-04-17T14:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828698#M2031</link>
      <description>QUESTION ASKED&lt;BR /&gt;I see that you have password for the "LOM object password". &lt;BR /&gt;That would only be needed for the HP Schema extension right?&lt;BR /&gt;&lt;BR /&gt;ANSWER&lt;BR /&gt;  YES.&lt;BR /&gt; LOM Object Distinguished Name,LOM Object Password and LOM Object Password &lt;BR /&gt;Confirm  fields in "iLO directory settings page" are needed only for HP &lt;BR /&gt;Extended schema.&lt;BR /&gt;For "Schema-free directory integration" these fields can be ignored.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 02:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828698#M2031</guid>
      <dc:creator>M.S.Srivatsa</dc:creator>
      <dc:date>2007-04-18T02:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828699#M2032</link>
      <description>Thank you M.S.Srivatsa. &lt;BR /&gt;&lt;BR /&gt;2nd Question.&lt;BR /&gt;&lt;BR /&gt;For "Directory User Context 1:", is this field required to be filled out for schema-free, the white papers on iLO AD skipped this section using the GUI utility. &lt;BR /&gt;&lt;BR /&gt;And if required, so far I've placed the container which the user/group resided in AD as such:&lt;BR /&gt;&lt;BR /&gt;CN=Users,DC=ibx,DC=com&lt;BR /&gt;&lt;BR /&gt;Is this correct?</description>
      <pubDate>Wed, 18 Apr 2007 09:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828699#M2032</guid>
      <dc:creator>TienDNguyen</dc:creator>
      <dc:date>2007-04-18T09:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828700#M2033</link>
      <description>For schema-free should we use port 636 or 389. Here is a comment from Microsoft. The LDAP "Well-known" ports have been established as 389 for LDAP and 636 for LDAP SSL.&lt;BR /&gt;&lt;BR /&gt;I think since I am not using SSL at all, I should use port 389?</description>
      <pubDate>Wed, 18 Apr 2007 14:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828700#M2033</guid>
      <dc:creator>TienDNguyen</dc:creator>
      <dc:date>2007-04-18T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828701#M2034</link>
      <description>&lt;P&gt;QUERY 1 &lt;BR /&gt;For schema-free "Directory User Context 1" field is required.&lt;BR /&gt;CN=Users,DC=ibx,DC=com is correct as long as it matches with Active&lt;BR /&gt;directory server configuration.&lt;BR /&gt;&lt;BR /&gt;QUERY 2&lt;BR /&gt;iLO supports LDAP over SSL.So default LDAP port should be 636&lt;BR /&gt;&lt;BR /&gt;Refer the whitepaper&lt;BR /&gt;"Integrating HP ProLiant Lights-Out processors with MicrosoftÂ® Active &lt;BR /&gt;Directory"&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00190541/c00190541.pdf" target="_blank" rel="noopener"&gt;https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=c00190541&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 12:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828701#M2034</guid>
      <dc:creator>M.S.Srivatsa</dc:creator>
      <dc:date>2020-11-13T12:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828702#M2035</link>
      <description>I know that this has been along time but I am having a ton of problems setting up schema free integration. I have ILO 2 and want to make sure the ldap over ssl is working but unfortunatelly for some reason ilo 2 does not have the option through the web interface. Is there another way to test the connectivity?</description>
      <pubDate>Thu, 13 Mar 2008 16:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828702#M2035</guid>
      <dc:creator>Dan Fitzgerald</dc:creator>
      <dc:date>2008-03-13T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828703#M2036</link>
      <description>1.Logon to iLO2 Web interface with appropriate login and password.&lt;BR /&gt;2.Click on "Security" tab" (Present on the left hand side).&lt;BR /&gt;3.Click on "Directory".This will display the directory settings.&lt;BR /&gt;4.There is a "Test Settings" tab at the bottom.&lt;BR /&gt;Hope this information helps.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2008 04:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828703#M2036</guid>
      <dc:creator>M.S.Srivatsa</dc:creator>
      <dc:date>2008-03-14T04:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828704#M2037</link>
      <description>&lt;!--!*#--&gt;Thanks for writing back. I was able to figure it out with your help , what happened is they changed the location of the directory tab in ilo2. &lt;BR /&gt;&lt;BR /&gt;Ok so I know I am very close. I am failing on the test at the following&lt;BR /&gt;&lt;BR /&gt;Test Log &lt;BR /&gt;Initiating Directory Settings diagnostic for server Testserver&lt;BR /&gt;Directory Server address Testserver resolved to 10.10.10.2&lt;BR /&gt;Accepting Directory Server certificate for /CN=Testserver.ad.test.com signed by /DC=com/DC=test/DC=ad/CN=Lab Root CA&lt;BR /&gt;Unable to authenticate test user dan [Invalid credentials]&lt;BR /&gt;Ceasing tests.&lt;BR /&gt;&lt;BR /&gt;now dan is a domain admin and the administrator group in directory is setup as CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com. on the previous screen there is the Directory User Context 1: line that the directions say to put in an entry but I don't have one in there.</description>
      <pubDate>Fri, 14 Mar 2008 13:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828704#M2037</guid>
      <dc:creator>Dan Fitzgerald</dc:creator>
      <dc:date>2008-03-14T13:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828705#M2038</link>
      <description>To understand this problem better:&lt;BR /&gt;&lt;BR /&gt;Assuming&lt;BR /&gt; 1.Full name of the user : sriv s&lt;BR /&gt; 2.Login name : sriv&lt;BR /&gt;&lt;BR /&gt;Question&lt;BR /&gt;What is the format of the login name you&lt;BR /&gt;are trying to use for "Test Settings".&lt;BR /&gt;Is it&lt;BR /&gt;1.short name &lt;BR /&gt;Ex : sriv s&lt;BR /&gt;2.Distinguished name&lt;BR /&gt;Ex : CN=sriv s,CN=Users,DC=mycompu,DC=com&lt;BR /&gt;3.loginname@domain.com format&lt;BR /&gt;Ex : sriv@mycompu.com&lt;BR /&gt;4.Netbios name&lt;BR /&gt; Ex : mycompu/sriv&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 10:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828705#M2038</guid>
      <dc:creator>M.S.Srivatsa</dc:creator>
      <dc:date>2008-03-17T10:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828706#M2039</link>
      <description>I was trying to use 4.Netbios name&lt;BR /&gt;Ex : mycompu/sriv  or test.com/testuser.  In reality I was hoping to be able to just user testuser but not sure if that is possible or not.</description>
      <pubDate>Mon, 17 Mar 2008 11:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828706#M2039</guid>
      <dc:creator>Dan Fitzgerald</dc:creator>
      <dc:date>2008-03-17T11:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828707#M2040</link>
      <description>Please try with the following login name format for test settings: &lt;BR /&gt; CN=testuser,DC=test,DC=com&lt;BR /&gt; (Distinguished name)&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 15:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828707#M2040</guid>
      <dc:creator>M.S.Srivatsa</dc:creator>
      <dc:date>2008-03-18T15:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828708#M2041</link>
      <description>OK I have tried every combination I can think of and it is still not working. I figured I would start from the beginning. &lt;BR /&gt;&lt;BR /&gt;the name of the display name of the account I am testing is Test, Dan the account name is dtest&lt;BR /&gt;The user is a mamber if the domain admins group.  so in AD the user full name is Test, Dan&lt;BR /&gt;&lt;BR /&gt;In the directory settings screen, I have the correct server fully quallified, the port 636 and Directory User Context 1 set to CN=Users,DC=ad,DC=test,DC=com&lt;BR /&gt;&lt;BR /&gt;Now I go into the administer groups page and select custom1.  in there I add CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com  and allowed for all items&lt;BR /&gt;&lt;BR /&gt;So I tried testing the following combonations with no luck&lt;BR /&gt;&lt;BR /&gt;CN=Test Dan,CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com&lt;BR /&gt;&lt;BR /&gt;CN=Dan Test,CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com&lt;BR /&gt;&lt;BR /&gt;CN=dtest,CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com&lt;BR /&gt;&lt;BR /&gt;CN=Test Dan,DC=ad,DC=test,DC=com&lt;BR /&gt;&lt;BR /&gt;CN=dtest,DC=ad,DC=test,DC=com&lt;BR /&gt;&lt;BR /&gt;After trying all of these I still fail on User Authentication &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Results&lt;BR /&gt;Overall Status: Problem Detected  &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Test Description Status &lt;BR /&gt;Ping Directory Server Passed &lt;BR /&gt;Directory Server IP Address Not run &lt;BR /&gt;Directory Server DNS Name Passed &lt;BR /&gt;Connect to Directory Server Passed &lt;BR /&gt;Connect using SSL Passed &lt;BR /&gt;Certificate of Directory Server Passed &lt;BR /&gt;Bind to Directory Server Not run &lt;BR /&gt;Directory Administrator login Not run &lt;BR /&gt;User Authentication Failed &lt;BR /&gt;User Authorization Not run &lt;BR /&gt;Directory User Context 1 Not run &lt;BR /&gt;Directory User Context 2 Not run &lt;BR /&gt;Directory User Context 3 Not run &lt;BR /&gt;LOM Object exists Not run &lt;BR /&gt;LOM Object password Not run &lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 17:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828708#M2041</guid>
      <dc:creator>Dan Fitzgerald</dc:creator>
      <dc:date>2008-03-19T17:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828709#M2042</link>
      <description>&lt;P data-unlink="true"&gt;try this info &lt;BR /&gt;http://www.davidstclair.co.uk/Configure-Windows-ADS-Authentication-for-HP-iLO-2-card&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 12:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828709#M2042</guid>
      <dc:creator>wildman</dc:creator>
      <dc:date>2020-11-13T12:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828710#M2043</link>
      <description>I'm having the exact same issues.  Everythingn looks correct but it fails with User Authenication.</description>
      <pubDate>Tue, 21 Jul 2009 18:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/3828710#M2043</guid>
      <dc:creator>yrp5474</dc:creator>
      <dc:date>2009-07-21T18:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: ILO with AD integration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/6802311#M7692</link>
      <description>&lt;P&gt;This is an ancient thread, but the forum indicates a recurring theme, so I believe it's worth clarifying what happened here, and giving some details about how the process worked and how it has changed in later versions of iLO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately the correct form of username was never used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iLO sends exactly what you type to the LDAP server, so it has to be a form that would be supported by Active Directory itself. &amp;nbsp;The LDP.exe tool using "SIMPLE" bind and LDAP SSL port 636 can be used to test or check ldap connection and authentication in the same way iLO does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the user full name is "Test, Dan", the distinguished name will typically be "CN=Test, Dan,CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com" &amp;nbsp; AD&amp;nbsp;servers may require escaping that first comma too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In the "Active Directory Users and Computers" tool, on the view menu, there's a setting for "Advanced Features", if this setting is enabled, the properties page of user objects will include an "Object" tab, which shows the "canonical name" of the user object. The "CN" of the user object is the last part of that name. It's also displayed next to the user icon on the "General tab"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For normal user logins, iLO can attempt to build a better username using the configured search contexts, by simply appending the context to the entered username.&lt;/P&gt;&lt;P&gt;In this example the "CN=Users,DC=ad,DC=test,DC=com" context would allow you to enter usernames that appear directly in that "Users" container. The "Test, Dan" user does not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, for iLO 2, the test settings screen cannot use search contexts or alternate forms of the username, so a fully qualified DN like "&lt;SPAN&gt;CN=Test, Dan,CN=Domain Admins,CN=Users,DC=ad,DC=test,DC=com" is required.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the login page, the pre-windows 2000 user logon name from the "Account" tab of Users &amp;amp; Computers can be used, "adtest\dtest" should work - &amp;nbsp;The direction of the slash does matter.&lt;/P&gt;&lt;P&gt;iLO 2 used a microsoft activeX control in the webpage to do the translation, and was limited by that to web sessions using IE on domain-authenticated workstations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iLO 3 and iLO 4 do the&amp;nbsp;name&amp;nbsp;translation internally, and no longer require the ActiveX control, and can support "adtest\dtest" or "Test, Dan" forms of user names in the&amp;nbsp;Directory&amp;nbsp;"Test Settings" page and for user login.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 16:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-with-ad-integration/m-p/6802311#M7692</guid>
      <dc:creator>Chris Davenport</dc:creator>
      <dc:date>2015-10-14T16:56:49Z</dc:date>
    </item>
  </channel>
</rss>

