<?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 password policy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519445#M872200</link>
    <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;We are setting up a new login password policy  but It seems that some points can not be followed so thru SAM, so can I force this points to be followed by the user when changing his/her password ? &lt;BR /&gt;&lt;BR /&gt;Any Ideas ?&lt;BR /&gt;&lt;BR /&gt;1.- Your Password must be at least 8 characters and can not repeat any of&lt;BR /&gt;your 4 previous passwords&lt;BR /&gt;2.- Passwords must contain special characters or punctuation. e.g. [~,!,@,#,$,%,&amp;amp;,*,etc...]&lt;BR /&gt;3.- Passwords shall not contain the user id or any part of the full name assigned to the account.&lt;BR /&gt;4.- Passwords must contain a combination of upper and lower case alphabetic characters&lt;BR /&gt;&lt;BR /&gt;I have K570, 10.20, Trusted System.</description>
    <pubDate>Fri, 20 Apr 2001 13:37:51 GMT</pubDate>
    <dc:creator>Marco Hernandez_1</dc:creator>
    <dc:date>2001-04-20T13:37:51Z</dc:date>
    <item>
      <title>password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519445#M872200</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;We are setting up a new login password policy  but It seems that some points can not be followed so thru SAM, so can I force this points to be followed by the user when changing his/her password ? &lt;BR /&gt;&lt;BR /&gt;Any Ideas ?&lt;BR /&gt;&lt;BR /&gt;1.- Your Password must be at least 8 characters and can not repeat any of&lt;BR /&gt;your 4 previous passwords&lt;BR /&gt;2.- Passwords must contain special characters or punctuation. e.g. [~,!,@,#,$,%,&amp;amp;,*,etc...]&lt;BR /&gt;3.- Passwords shall not contain the user id or any part of the full name assigned to the account.&lt;BR /&gt;4.- Passwords must contain a combination of upper and lower case alphabetic characters&lt;BR /&gt;&lt;BR /&gt;I have K570, 10.20, Trusted System.</description>
      <pubDate>Fri, 20 Apr 2001 13:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519445#M872200</guid>
      <dc:creator>Marco Hernandez_1</dc:creator>
      <dc:date>2001-04-20T13:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519446#M872201</link>
      <description>In /etc/default/security set the line PASSWORD_HISTORY_DEPTH = 4 to check against the last 4 passwords.&lt;BR /&gt;&lt;BR /&gt;I think all configurable fields appear in /tcb/files/auth/system on a trusted system.</description>
      <pubDate>Fri, 20 Apr 2001 13:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519446#M872201</guid>
      <dc:creator>Barry O Flanagan</dc:creator>
      <dc:date>2001-04-20T13:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519447#M872202</link>
      <description>The only thing I can think of is to write a "wrapper" script for passwd that will check on the things that SAM won't let you check on.  The user would input his/her new passwd, the script would check to make sure it does not contain any part of their name, and whatever else you can't get configured through SAM.&lt;BR /&gt;&lt;BR /&gt;If it passes your script check, then it calls passwd to go the rest of the way and actually change the passwd.</description>
      <pubDate>Fri, 20 Apr 2001 13:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519447#M872202</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-04-20T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519448#M872203</link>
      <description>Hi Marco&lt;BR /&gt;&lt;BR /&gt;Your planned password policy can be achieved by scripting a front end to the passwd, this will allow to to check that the users proposed password meets your criteria. &lt;BR /&gt;I would not enforce option one as it would require a storage of previous passwords for the lookup, but all the others can be checked before your script then fires the password at the passwd command.&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.- Your Password must be at least 8 characters and can not repeat any of &lt;BR /&gt;your 4 previous passwords &lt;BR /&gt;2.- Passwords must contain special characters or punctuation. e.g. [~,!,@,#,$,%,&amp;amp;,*,etc...] &lt;BR /&gt;3.- Passwords shall not contain the user id or any part of the full name assigned to the account. &lt;BR /&gt;4.- Passwords must contain a combination of upper and lower case alphabetic characters &lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2001 13:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519448#M872203</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-04-20T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519449#M872204</link>
      <description>&lt;BR /&gt;Marco,&lt;BR /&gt;&lt;BR /&gt;Be real carefull with special characters.&lt;BR /&gt; &lt;BR /&gt;The "@" clears what you've entered up to that point and lets you start over. When you type your password as stay@h0m your password turns out to be "h0m" &lt;BR /&gt;&lt;BR /&gt;The "#" clears the last character that you typed so stay#h0m is really stah0m.&lt;BR /&gt;&lt;BR /&gt;My .02&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Apr 2001 17:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519449#M872204</guid>
      <dc:creator>Jeff Gyurko</dc:creator>
      <dc:date>2001-04-20T17:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519450#M872205</link>
      <description>8 char.:&lt;BR /&gt;abc!$2001</description>
      <pubDate>Fri, 20 Apr 2001 17:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/2519450#M872205</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-20T17:41:39Z</dc:date>
    </item>
  </channel>
</rss>

