<?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: Need AD authentication for HP-UX user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028405#M739952</link>
    <description>addendum:&lt;BR /&gt;&lt;BR /&gt;Of coures: once you have your ldapclient configured: then you no longer need the local user accounts (except the system-accounts).&lt;BR /&gt;&lt;BR /&gt;Further centralisation could be:&lt;BR /&gt;LDAP aware sudo: needs recompilation (check the sudo site) + again AD scheme change. Problem sudo ldap scheme is not a standard (? RFC ?) + development for sudo seems stopped (latest version from 2005)&lt;BR /&gt;&lt;BR /&gt;RBAC is emerging but are there already (cross-platform) standards defined (roles, ldap scheme, ....)?</description>
    <pubDate>Thu, 15 Feb 2007 04:50:57 GMT</pubDate>
    <dc:creator>TEC-HP</dc:creator>
    <dc:date>2007-02-15T04:50:57Z</dc:date>
    <item>
      <title>Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028401#M739948</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;We have an HP-UX server 11.11&lt;BR /&gt;We have an Active Directory Windows 2000 controler. &lt;BR /&gt;Each time an HP-UX user need to log on the server, HP-UX must check with the AD if this user is authorized to logon. Nothing else to do.&lt;BR /&gt;Do yo know the best way to do it?&lt;BR /&gt;We want to have only the AD to administrate the users.&lt;BR /&gt;Do we need SFU (3.0) on the AD? Is it mandatory? &lt;BR /&gt;Do we need to configure LDAP? Is there another way?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2007 08:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028401#M739948</guid>
      <dc:creator>Christ 33</dc:creator>
      <dc:date>2007-02-14T08:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028402#M739949</link>
      <description>&amp;gt;&amp;gt;Do yo know the best way to do it?&lt;BR /&gt;&lt;BR /&gt;You can use SAMBA/CIFS with winbind&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; We want to have only the AD to administrate the users.&lt;BR /&gt;&lt;BR /&gt;You wont need anything else&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Do we need SFU (3.0) on the AD? Is it mandatory? &lt;BR /&gt;&lt;BR /&gt;I think you don't need it&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Do we need to configure LDAP? Is there another way?&lt;BR /&gt;&lt;BR /&gt;No, you could but is not needed. Active Directory (LDAP) is enough.</description>
      <pubDate>Wed, 14 Feb 2007 08:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028402#M739949</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-14T08:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028403#M739950</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Depends on what you want to do.&lt;BR /&gt;&lt;BR /&gt;SFU 3.5 has limited shell support.&lt;BR /&gt;&lt;BR /&gt;LDAP is challenging to configure but it works well.&lt;BR /&gt;&lt;BR /&gt;CIFS/Samba seems worth a try.&lt;BR /&gt;&lt;BR /&gt;ADS seems based on the limited information provided to be the best option.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 14 Feb 2007 09:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028403#M739950</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-02-14T09:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028404#M739951</link>
      <description>if only Authentication = kerberos (meaning users still reside in /etc/passwd but same account in AD)&lt;BR /&gt;Quite straithforward and standard:&lt;BR /&gt;for 11.11: &lt;BR /&gt;install PAMKerberos&lt;BR /&gt;on AD generate a keytab and install it with ktutil&lt;BR /&gt;adapt your /etc/krb5.conf&lt;BR /&gt;adapt you pam.conf (and perhaps pam_user.conf to exclude root) &lt;BR /&gt;change password hash field in /etc/passwd or /etc/shadow by "x": meaning those users have no local valid passwd and of you go&lt;BR /&gt;&lt;BR /&gt;Remark: If you don't use kerberized clients to connect to you HPUX host than I advvise you to only enable kerberos authentication for ssh in pam: otherwise windows passwd in clear text over network!&lt;BR /&gt;&lt;BR /&gt;If you want to centralise authorisation: if your AD could be upgraded to Windows 2003 R2: it contains all the nesc. POSIX attributes: you don't need to install th MSSFU stuff and are compliant to RFC... (don't know by heart). I don't know if the latest LDAPUX client is aware of this ?&lt;BR /&gt;Fot centralised authorisation you can work with nisnetgroups or the pam_authz.policy (as from ldapux version B.4...). But the client can't handle nested groups!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do you need SFU? No: check if you can adapt your AD scheme according the rfc's (AD 2003 R2 does)&lt;BR /&gt;Do you need to configure LDAP: proxy-user, configure the attributes ,.....&lt;BR /&gt;&lt;BR /&gt;Hope this helps a bit. Annyway Check the docs.hp.com site for the latest ldapux client docs: there are docs for integration towards AD&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 04:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028404#M739951</guid>
      <dc:creator>TEC-HP</dc:creator>
      <dc:date>2007-02-15T04:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028405#M739952</link>
      <description>addendum:&lt;BR /&gt;&lt;BR /&gt;Of coures: once you have your ldapclient configured: then you no longer need the local user accounts (except the system-accounts).&lt;BR /&gt;&lt;BR /&gt;Further centralisation could be:&lt;BR /&gt;LDAP aware sudo: needs recompilation (check the sudo site) + again AD scheme change. Problem sudo ldap scheme is not a standard (? RFC ?) + development for sudo seems stopped (latest version from 2005)&lt;BR /&gt;&lt;BR /&gt;RBAC is emerging but are there already (cross-platform) standards defined (roles, ldap scheme, ....)?</description>
      <pubDate>Thu, 15 Feb 2007 04:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028405#M739952</guid>
      <dc:creator>TEC-HP</dc:creator>
      <dc:date>2007-02-15T04:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028406#M739953</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answers.&lt;BR /&gt;&lt;BR /&gt;We decide to use CIFS/SAMBA&lt;BR /&gt;First step, I try to configure Kerberos.&lt;BR /&gt;We provide informationâ  s in the krb5.conf file and smb.conf.&lt;BR /&gt;I followed this exemple, changing domain name by cutomer name.&lt;BR /&gt;[libdefaults]&lt;BR /&gt;default_realm = HPATC2003.HP.COM&lt;BR /&gt;default_tkt_enctypes = DES-CBC-MD5&lt;BR /&gt;default_tgs_enctypes = DES-CBC-MD5&lt;BR /&gt;default_keytab_name = "WRFILE:/etc/krb5.keytab"&lt;BR /&gt;&lt;BR /&gt;[realms]&lt;BR /&gt;HPATC2003.HP.COM = {&lt;BR /&gt;kdc = HPATCWIN2K4.HPATC2003.HP.COM:88&lt;BR /&gt;admin_server = HPATCWIN2K4.HPATC2003.HP.COM&lt;BR /&gt;}&lt;BR /&gt;[domain_realm]&lt;BR /&gt;.hp.com = HPATC2003.HP.COM&lt;BR /&gt;[logging]&lt;BR /&gt;kdc = FILE:/var/log/krb5kdc.log&lt;BR /&gt;admin_server = FILE:/var/log/kadmin.log&lt;BR /&gt;default = FILE:/var/log/krb5lib.log&lt;BR /&gt;&lt;BR /&gt;Second step, I try to create the keytab file with this command:&lt;BR /&gt;/opt/samba/bin/net ads keytab create -U administrator&lt;BR /&gt;I got an â  authentication failedâ   error message.&lt;BR /&gt;&lt;BR /&gt;If I read â  Integrating HP-UX 11.x Account Management and Authentication with Microsoft Windows 2000 Â» they talk about Kerberos configuration, they use ktpass tool to generate the keytab file. &lt;BR /&gt;What do you think about this? &lt;BR /&gt;Which one is the right way?&lt;BR /&gt;&lt;BR /&gt;In the CIFS/SAMBA configuration document, I donâ  t see any thing about pam_authz file or the pam.conf file. Do we need to configure them?&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 08:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028406#M739953</guid>
      <dc:creator>Christ 33</dc:creator>
      <dc:date>2007-02-15T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028407#M739954</link>
      <description>Even before you have a keytab:&lt;BR /&gt;If your krb5.conf is OK. Try this one first on you HPUX host: kinit &lt;YOUR windows="" account=""&gt;&lt;BR /&gt;you should be prompted for your windows passwd. after authentication, check with klist if you received a ticket.&lt;BR /&gt;&lt;BR /&gt;On the AD node: creating a keytab is done with ktpas. The Unix host must be created as a user. Be sure to use the fqdn of your host when creating the keytab&lt;/YOUR&gt;</description>
      <pubDate>Thu, 15 Feb 2007 08:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028407#M739954</guid>
      <dc:creator>TEC-HP</dc:creator>
      <dc:date>2007-02-15T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028408#M739955</link>
      <description>Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;We change CIFS server version, we download the latest version. Itâ  s working fine now.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Apr 2007 11:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028408#M739955</guid>
      <dc:creator>Christ 33</dc:creator>
      <dc:date>2007-04-03T11:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need AD authentication for HP-UX user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028409#M739956</link>
      <description>We configure it with SSH, Kerberos, CIFS</description>
      <pubDate>Thu, 05 Apr 2007 10:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-ad-authentication-for-hp-ux-user/m-p/5028409#M739956</guid>
      <dc:creator>Christ 33</dc:creator>
      <dc:date>2007-04-05T10:18:49Z</dc:date>
    </item>
  </channel>
</rss>

