<?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: Shadow file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155245#M158328</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Depending on your HPUX version, it does support shadow password file. But you will need 11.11.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you do not have this version you could convert your server to a trusted server.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan  &lt;BR /&gt;</description>
    <pubDate>Fri, 02 Jan 2004 09:33:08 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2004-01-02T09:33:08Z</dc:date>
    <item>
      <title>Shadow file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155244#M158327</link>
      <description>Like other Unix version, HP doesn't use shadow file. Can anybody describe the security mechanism used by HP HP Unix?? Which is the file carrying user age statistics??</description>
      <pubDate>Fri, 02 Jan 2004 09:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155244#M158327</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-01-02T09:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155245#M158328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Depending on your HPUX version, it does support shadow password file. But you will need 11.11.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you do not have this version you could convert your server to a trusted server.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan  &lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jan 2004 09:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155245#M158328</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-01-02T09:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155246#M158329</link>
      <description>In a non-trusted (ie default) system, password ageing is done in the passwd file itself.&lt;BR /&gt;See man 4 passwd and look for the bit which describes the password field.&lt;BR /&gt;&lt;BR /&gt;In a trusted system, it is more complicated, and you need to start here...&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90121/B2355-90121.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90121/B2355-90121.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Fri, 02 Jan 2004 09:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155246#M158329</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2004-01-02T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155247#M158330</link>
      <description>HP-UX uses something called a Trusted System where it stores the password files in a root-readable file (just like a shadow file). However it is organized in a different structure.&lt;BR /&gt;Each user has their own user file which contains their encrypted passwords, uid, # of unsuccessful logins, if the account is locked, etc.&lt;BR /&gt;These files are located at /tcb/files/auth/&lt;FIRST letter="" of="" username=""&gt;/&lt;USERNAME&gt;.&lt;BR /&gt;&lt;BR /&gt;-Hazem&lt;/USERNAME&gt;&lt;/FIRST&gt;</description>
      <pubDate>Fri, 02 Jan 2004 09:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155247#M158330</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2004-01-02T09:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155248#M158331</link>
      <description>There is an add in product available at software.hp.com that allows you to shadow passwords without going trusted. That product is 11i only and shadows the passwords just like a trusted system, so I'm told.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;On an 11.00 system to shadow the passwords you have to go trusted.&lt;BR /&gt;&lt;BR /&gt;Its not that big a deal, just a few clicks in sam&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 02 Jan 2004 09:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155248#M158331</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-02T09:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155249#M158332</link>
      <description>My company uses the SecurID package which works very well with the one-time passwords.&lt;BR /&gt;&lt;BR /&gt;The name on the back of my card is ACE (access control &amp;amp; encryption)...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, have a look at the /etc/hosts.allow and hosts.deny.&lt;BR /&gt;&lt;BR /&gt;And have a look at the manpage for "security". It outlines many good methods for implementing security via passwords and multiple logins.... You will have to create a /etc/default/security file to insert the parameters.</description>
      <pubDate>Fri, 02 Jan 2004 14:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155249#M158332</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-01-02T14:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155250#M158333</link>
      <description>HP-UX does indeed use a hidden password file but it is much stronger than the traditional Unix shadow file. Read the man page: prpwd which describes the format in detail. There are many, many features available in a Trusted system that are not found in the old shadow password design. See also: man security</description>
      <pubDate>Fri, 02 Jan 2004 14:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-file/m-p/3155250#M158333</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-02T14:51:53Z</dc:date>
    </item>
  </channel>
</rss>

