<?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: System wide password Format on Trusted System 11.11? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201240#M463485</link>
    <description>Thanks All. &lt;BR /&gt;&lt;BR /&gt;I appreciate the assistance ..</description>
    <pubDate>Tue, 29 Sep 2009 19:36:08 GMT</pubDate>
    <dc:creator>rmueller58</dc:creator>
    <dc:date>2009-09-29T19:36:08Z</dc:date>
    <item>
      <title>System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201226#M463471</link>
      <description>We are looking at ways to improve password policies. &lt;BR /&gt;&lt;BR /&gt;I see parameters in:&lt;BR /&gt;/tcb/files/auth/system/&lt;BR /&gt;default: &lt;BR /&gt;&lt;BR /&gt;I want to know is there a way to define parameters, to set password format &lt;BR /&gt;and minimum length? &lt;BR /&gt;&lt;BR /&gt;We would like to set a minimum password length and force the use of a alpha/numeric/character mix. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can someone explain or suggest ways to enforce "minimum length" and "format requirements" (such as alpha/numeric/characters)&lt;BR /&gt;&lt;BR /&gt;I see in SAM you can make the system &lt;BR /&gt;GENERATE &lt;BR /&gt; - Pronouncable&lt;BR /&gt; - Character &lt;BR /&gt; - Letters Only &lt;BR /&gt; - User Specifies &lt;BR /&gt;&lt;BR /&gt;DO you procedurally use "User Specifies" and ask the User to use a mix ?  Or is there a way when the user resets there password to require the specify a minimum format requirement? &lt;BR /&gt;&lt;BR /&gt;And a minimum length? &lt;BR /&gt;&lt;BR /&gt;Replies, links, ideas all appreciated. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 13:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201226#M463471</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2009-09-29T13:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201227#M463472</link>
      <description>did you check /etc/default/security file yet ?&lt;BR /&gt;&lt;BR /&gt;here is how mine looks:&lt;BR /&gt;&lt;BR /&gt;[root@nomad:/root]&lt;BR /&gt;# ll /etc/default/security&lt;BR /&gt;-r--r--r--   1 bin        bin           2538 Oct 31  2007 /etc/default/security&lt;BR /&gt;[root@nomad:/root]&lt;BR /&gt;# grep -v ^# /etc/default/security | grep -v ^$&lt;BR /&gt;ABORT_LOGIN_ON_MISSING_HOMEDIR=1&lt;BR /&gt;MIN_PASSWORD_LENGTH=8&lt;BR /&gt;PASSWORD_HISTORY_DEPTH=8&lt;BR /&gt;PASSWORD_MIN_UPPER_CASE_CHARS=1&lt;BR /&gt;PASSWORD_MIN_LOWER_CASE_CHARS=1&lt;BR /&gt;PASSWORD_MIN_DIGIT_CHARS=1&lt;BR /&gt;PASSWORD_MAXDAYS=91&lt;BR /&gt;PASSWORD_MINDAYS=1&lt;BR /&gt;PASSWORD_WARNDAYS=7&lt;BR /&gt;SU_ROOT_GROUP=sysadm&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 13:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201227#M463472</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-09-29T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201228#M463473</link>
      <description>Mel, &lt;BR /&gt;&lt;BR /&gt;this is a trusted 11.11 system.. I do not have &lt;BR /&gt;the /etc/default/security file.. &lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 13:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201228#M463473</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2009-09-29T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201229#M463474</link>
      <description>Did you check the ;&lt;BR /&gt;&lt;BR /&gt;/tcb/files/auth/system/default&lt;BR /&gt;&lt;BR /&gt;BTW ; The file in question is /etc/default/security does not exist by default. But if we create it, we can use a variable called &lt;BR /&gt;&lt;BR /&gt;PASSWORD_HISTORY_DEPTH:3 &lt;BR /&gt;&lt;BR /&gt;In this case, a new password is checked against the last three passwords. If the new password is the same as a previous password, the user must choose a different one. Password histories are stored in files under the directory /tcb/files/auth/system/pwhist:</description>
      <pubDate>Tue, 29 Sep 2009 13:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201229#M463474</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-09-29T13:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201230#M463475</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You might want to consider that Trusted Systems are deprecated with 11.31 and will not be supported in successive releases.&lt;BR /&gt;&lt;BR /&gt;As Mel pointed out, the '/etc/default/security' file (and shadow passwords) are part of the basis for future security enhancements in HP-UX.  You might want to consider beginning this transition.&lt;BR /&gt;&lt;BR /&gt;For 11.11 the Shadow Password product can be obtained here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 29 Sep 2009 13:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201230#M463475</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-09-29T13:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201231#M463476</link>
      <description>So, will the /etc/default/security work on the trusted system? &lt;BR /&gt;&lt;BR /&gt;(per JRF) it would require we install the "Shadow Password Depot"? &lt;BR /&gt;&lt;BR /&gt;Does this Depot overlay the tcb/trusted system or do we need to unconvert the trusts? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 13:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201231#M463476</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2009-09-29T13:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201232#M463477</link>
      <description>Yes, it will work on trusted systems.  If you don't have one, just create it.  You can use Mel's as a template.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 29 Sep 2009 14:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201232#M463477</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-09-29T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201233#M463478</link>
      <description>Oh - and the security man page will guide you on the rest of the parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 29 Sep 2009 14:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201233#M463478</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-09-29T14:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201234#M463479</link>
      <description>Thanks Pete.. &lt;BR /&gt;&lt;BR /&gt;I will take a look at both. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 14:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201234#M463479</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2009-09-29T14:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201235#M463480</link>
      <description>Thanks All. As usual.. Many thanks.. Wish I could contribute as much as I get back from you all. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 14:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201235#M463480</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2009-09-29T14:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201236#M463481</link>
      <description>Are changes made to the /etc/default/security &lt;BR /&gt;take prececent over user TCB files or is this &lt;BR /&gt;file subservient of tcb security? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 16:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201236#M463481</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2009-09-29T16:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201237#M463482</link>
      <description>/etc/default/security and the /tcb entries are 'merged' together. It is quite painful to try to figure all this out by inspection. Start by creating a complete /etc/default/security file. I have attached a sample here. NOTE: if you do not keep up on patches, some of the items will be ignored. Note also (as the comments state in the file), the "#" character cannot be used on the same line as a desired setting. The code blindly skips any line with # in it.&lt;BR /&gt; &lt;BR /&gt;I have attached a sample security file. In my next post, I have attached a security definition script that will summarize all the settings in your current system.&lt;BR /&gt; &lt;BR /&gt;Note that while Trusted is deprecated for the future, the replacement choices are not as capable. Unless you plan on moving to the next version past 11.31 (not out yet), I would stay with Trusted. Adding Shadow Passwords will be fairly confusing when you see all the limitations.</description>
      <pubDate>Tue, 29 Sep 2009 18:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201237#M463482</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-09-29T18:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201238#M463483</link>
      <description>Here is the security settings script. It should give you virtually all of the current settings. SAM is also useful but a lot more cumbersome to locate and set the values.</description>
      <pubDate>Tue, 29 Sep 2009 18:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201238#M463483</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-09-29T18:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201239#M463484</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I also recommend that you can read this post as addendum knowledge, I think it is very useful especially the future of Trusted Systems and their disadvantages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1371250" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1371250&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 29 Sep 2009 19:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201239#M463484</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-09-29T19:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: System wide password Format on Trusted System 11.11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201240#M463485</link>
      <description>Thanks All. &lt;BR /&gt;&lt;BR /&gt;I appreciate the assistance ..</description>
      <pubDate>Tue, 29 Sep 2009 19:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-wide-password-format-on-trusted-system-11-11/m-p/5201240#M463485</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2009-09-29T19:36:08Z</dc:date>
    </item>
  </channel>
</rss>

