<?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: HP SIM on Linux - is AD authentication possible? in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252238#M34254</link>
    <description>I have the same problem, is there any solution on integrate an Linux HPSIM server with Active Directory for Login handling?&lt;BR /&gt;&lt;BR /&gt;Using HPSIM 5.2 SP2 on RHEL5-64bit&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Nov 2008 12:12:31 GMT</pubDate>
    <dc:creator>hasse_2</dc:creator>
    <dc:date>2008-11-13T12:12:31Z</dc:date>
    <item>
      <title>HP SIM on Linux - is AD authentication possible?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252237#M34253</link>
      <description>I've installed HP SIM on a Linux server, and I've noticed I don't have a domain box when I want to add a new group or new user from Options - Security - Users and Authorizations ....&lt;BR /&gt;&lt;BR /&gt;Just looking in the help file and it says "(Optional) In the Domain (Windows® domain for sign-in name) field, enter the Windows domain name for the login name if the CMS is running a Windows operating system. If left blank, the CMS system name is used as the domain."&lt;BR /&gt;&lt;BR /&gt;I'm presuming this means I can't authenticate users or groups against AD from a Linux platform? I've already added a domain controller in the directory services section but that didn't help. &lt;BR /&gt;&lt;BR /&gt;Am I looking for a feature that doesn't exist or is this possible?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 Aug 2008 13:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252237#M34253</guid>
      <dc:creator>Ben Stokes</dc:creator>
      <dc:date>2008-08-14T13:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM on Linux - is AD authentication possible?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252238#M34254</link>
      <description>I have the same problem, is there any solution on integrate an Linux HPSIM server with Active Directory for Login handling?&lt;BR /&gt;&lt;BR /&gt;Using HPSIM 5.2 SP2 on RHEL5-64bit&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Nov 2008 12:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252238#M34254</guid>
      <dc:creator>hasse_2</dc:creator>
      <dc:date>2008-11-13T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM on Linux - is AD authentication possible?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252239#M34255</link>
      <description>Hi, just thought I would let you know I could not find any way to do this. I ended up reinstalling SIM on a Windows box.</description>
      <pubDate>Thu, 13 Nov 2008 14:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252239#M34255</guid>
      <dc:creator>Ben Stokes</dc:creator>
      <dc:date>2008-11-13T14:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM on Linux - is AD authentication possible?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252240#M34256</link>
      <description>I want you to know I found a solution!  &lt;BR /&gt;&lt;BR /&gt;The way HPSIM authenticates is through it's own custom pam file in /etc/pam.d.  This then uses modules similar to other services and applications to authenticate.  Sometimes services just use "login" but in this case, HPSIM had it's own: mxpamauthrealm&lt;BR /&gt;&lt;BR /&gt;with the contents: &lt;BR /&gt;&lt;BR /&gt;auth     required    /lib/security/pam_unix.so &lt;BR /&gt;account  required    /lib/security/pam_unix.so &lt;BR /&gt;session  required    /lib/security/pam_unix.so &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which gave just basic authentication built in with the OS.&lt;BR /&gt;&lt;BR /&gt;I just copied the contents of /etc/pam.d/login (which was customized by our deployment for Active Directory) and, wala!  Without even restarting HPSIM I was able to login with my AD account!  Woohoo!&lt;BR /&gt;&lt;BR /&gt;Of course, I'm going to trim down that file a bit tomorrow with some help from our AD administrator, but it's a good start.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;</description>
      <pubDate>Mon, 18 May 2009 20:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252240#M34256</guid>
      <dc:creator>Mark Sobolewski</dc:creator>
      <dc:date>2009-05-18T20:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM on Linux - is AD authentication possible?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252241#M34257</link>
      <description>&lt;!--!*#--&gt;Hi Mark Sobolewski, Could you share the changes that you made to etc/pam.d/mxpamauthrealm inorder to authenticate LDAP users from HPSIM ?&lt;BR /&gt;&lt;BR /&gt;Did the changes work for both Windows AD and other LDAP servers as well ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2011 13:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/4252241#M34257</guid>
      <dc:creator>AshaR_1</dc:creator>
      <dc:date>2011-05-19T13:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM on Linux - is AD authentication possible?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/5507129#M53298</link>
      <description>&lt;P&gt;Mark or Ash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you share the detail entries that were added to both the pam file and HP SIM mxpamauthrealm files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2012 20:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/5507129#M53298</guid>
      <dc:creator>tdfontenot</dc:creator>
      <dc:date>2012-01-24T20:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM on Linux - is AD authentication possible?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/5842383#M54788</link>
      <description>&lt;P&gt;I'm running HP SIM on CentOS v6.2 64bit.&amp;nbsp; Trying to authenticate users through our companies AD.&amp;nbsp; I setup the directory server configuration and the connection tests OK.&amp;nbsp; I then created a user with all rights.&amp;nbsp; I can't login as the user and the log entry at /var/opt/mx/logs/mxdomainmgr.0.log says "Authentication failed"&amp;nbsp; "Permission denied".&amp;nbsp; I've tried every combination of DOMAIN\username I can think of and still no access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2012 16:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/5842383#M54788</guid>
      <dc:creator>Paul E. Dietrich_1</dc:creator>
      <dc:date>2012-10-23T16:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: HP SIM on Linux - is AD authentication possible?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/6675192#M59267</link>
      <description>&lt;P&gt;Hi. Long time since last post in this thread but i have been having problems with this also so i thought i post a solution.&lt;/P&gt;&lt;P&gt;I finally managed to logon with AD account. All explained in this post.&amp;nbsp;&lt;A target="_blank" href="http://www.theitblog.se/2014/11/19/ldap-hp-sim/"&gt;http://www.theitblog.se/2014/11/19/ldap-hp-sim/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;briefly i did this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Install krb5 winbind&lt;/P&gt;&lt;P&gt;2. edit krb, samba, nsswitch configuration files&lt;/P&gt;&lt;P&gt;3. add computer to domain.&lt;/P&gt;&lt;P&gt;4. set&amp;nbsp;&lt;SPAN&gt;mxpamauthrealm to winbind&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;5. add AD group to HP-sim.&lt;/P&gt;&lt;P&gt;6. reboot and login with AD account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 14:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hp-sim-on-linux-is-ad-authentication-possible/m-p/6675192#M59267</guid>
      <dc:creator>PaMa</dc:creator>
      <dc:date>2014-11-19T14:52:44Z</dc:date>
    </item>
  </channel>
</rss>

