<?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: How to disallow user to reuse their old password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750360#M70028</link>
    <description>This will not work on 10.20 or earlier, and your 11.0 or 11.11 system must be converted to a Trusted System for this feature to work.</description>
    <pubDate>Mon, 24 Jun 2002 01:46:08 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-06-24T01:46:08Z</dc:date>
    <item>
      <title>How to disallow user to reuse their old password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750355#M70023</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to disallow user to reuse their old password at least for a week before they can reuse back their old password.&lt;BR /&gt;&lt;BR /&gt;I'm aware that there is a feature called "Minimum Time Between Password Changes" but this is not my Risk Assessor wants. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;YC</description>
      <pubDate>Sun, 23 Jun 2002 23:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750355#M70023</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2002-06-23T23:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to disallow user to reuse their old password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750356#M70024</link>
      <description>There is a file called /etc/default/security.&lt;BR /&gt;&lt;BR /&gt;It should be mode 444&lt;BR /&gt;&lt;BR /&gt;if you add the line&lt;BR /&gt;&lt;BR /&gt;PASSWORD_HISTORY_DEPTH=8&lt;BR /&gt;&lt;BR /&gt;Then the previous 8 passwords are remembered.</description>
      <pubDate>Mon, 24 Jun 2002 00:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750356#M70024</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-06-24T00:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to disallow user to reuse their old password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750357#M70025</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is some information from the Technical Knowledge Base. In conjunction with your trusted system, you need to set up a password history file which prevents a user from re-using their passwd for up to 10 times. This should fix your problem.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;Error in syslog. get_pwhist_config and default password history DocId: KBRC00000915   Updated: 2/9/00 10:36:50 AM &lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;Trusted system running 11.0. Started seeing the following message in&lt;BR /&gt;/var/adm/syslog/syslog.log:&lt;BR /&gt;&lt;BR /&gt;Mar  2 08:17:26 husker syslog: get_pwhist_config: Can not open&lt;BR /&gt;/etc/default/security file.  Default password history depth 1 is used.&lt;BR /&gt;&lt;BR /&gt;What program runs this and what does it mean?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;This is a relatively new feature on 11.0 systems. It is password history on a&lt;BR /&gt;trusted system.&lt;BR /&gt;Features&lt;BR /&gt;--------&lt;BR /&gt;Password history check of up to 10 passwords.&lt;BR /&gt;The system administrator can enable the password history feature to&lt;BR /&gt;discourage users from reusing previously used passwords.  To enable the&lt;BR /&gt;password history feature, the system administrator should create a file&lt;BR /&gt;(or open the file if it already exists) named&lt;BR /&gt;/etc/default/security and append to it one line containing:&lt;BR /&gt;         PASSWORD_HISTORY_DEPTH=number&lt;BR /&gt;The line contains three keywords: PASSWORD_HISTORY_DEPTH, =, and a&lt;BR /&gt;decimal number which is the desired depth for the password history check.  If&lt;BR /&gt;the number is 2, the user's new password will be checked against two previously&lt;BR /&gt;used passwords.  One is the current password, and the other one is the password&lt;BR /&gt;used before the current password.  A configuration of password history depth of&lt;BR /&gt;2 prevents users from alternating between two passwords.  The maximum&lt;BR /&gt;password history depth supported is 10 and the minimum password history&lt;BR /&gt;depth supported is 1.  A depth configuration of more than 10 will be&lt;BR /&gt;treated as 10, and a depth configuration of less than 1 will be treated&lt;BR /&gt;as 1.&lt;BR /&gt;The password history depth configuration is on a system basis and is&lt;BR /&gt;supported in trusted system for users in files repository only.  This&lt;BR /&gt;feature does not support the users in NIS or NISPLUS repositories.  Once&lt;BR /&gt;the feature is enabled, all the users on the system are subject to the&lt;BR /&gt;same check.  If the password history configuration file&lt;BR /&gt;/etc/default/security does not exist, or if the file exists but the&lt;BR /&gt;required line is missing, or if the line exists but any of the three&lt;BR /&gt;required keywords is missing, the password history check feature is&lt;BR /&gt;automatically disabled.  When the feature is disabled, the password&lt;BR /&gt;history check depth is set to 1 and a password change is subject to all&lt;BR /&gt;of the other rules for a new password including a check with the current&lt;BR /&gt;password.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jun 2002 00:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750357#M70025</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-24T00:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to disallow user to reuse their old password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750358#M70026</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried with the suguestion by putting:&lt;BR /&gt;PASSWORD_HISTORY_DEPTH=1&lt;BR /&gt;in /etc/default/security file but it doestn't work.&lt;BR /&gt;&lt;BR /&gt;With the above, I can reuse the password. Is there any patches need to apply ? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;YC</description>
      <pubDate>Mon, 24 Jun 2002 01:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750358#M70026</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2002-06-24T01:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to disallow user to reuse their old password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750359#M70027</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yep looks like a problem, my test system has the same problem, but it should work. I'm going to look at some patches.&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 24 Jun 2002 01:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750359#M70027</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-24T01:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to disallow user to reuse their old password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750360#M70028</link>
      <description>This will not work on 10.20 or earlier, and your 11.0 or 11.11 system must be converted to a Trusted System for this feature to work.</description>
      <pubDate>Mon, 24 Jun 2002 01:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750360#M70028</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-24T01:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to disallow user to reuse their old password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750361#M70029</link>
      <description>On another system I don't have a problem. The test system I was using before is 10.20 which of course doesn't work. This is from a 11.00 system. These are the messages that are displayed with 'PASSWORD_HISTORY_DEPTH=2'&lt;BR /&gt;Your system *MUST* be set as trusted.&lt;BR /&gt;&lt;BR /&gt;user@systemx:/home/user 285 $ passwd                              &lt;BR /&gt;Changing password for user&lt;BR /&gt;Old password: &lt;BR /&gt;Last successful password change for user: Mon Jun 24 12:56:35 2002&lt;BR /&gt;Last unsuccessful password change for user: NEVER &lt;BR /&gt;&lt;BR /&gt;Do you want (choose one letter only): &lt;BR /&gt;        pronounceable passwords generated for you (g) &lt;BR /&gt;        a string of letters generated (l) ?&lt;BR /&gt;        to pick your passwords (p) ?&lt;BR /&gt;&lt;BR /&gt;Enter choice here: p&lt;BR /&gt;New password: &lt;BR /&gt;You may not re-use a previously used password.&lt;BR /&gt;New password:</description>
      <pubDate>Mon, 24 Jun 2002 01:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750361#M70029</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-24T01:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to disallow user to reuse their old password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750362#M70030</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It works only when the parameter is set top 2.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;YC</description>
      <pubDate>Mon, 24 Jun 2002 01:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-disallow-user-to-reuse-their-old-password/m-p/2750362#M70030</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2002-06-24T01:58:12Z</dc:date>
    </item>
  </channel>
</rss>

