<?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: Password change message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184849#M748510</link>
    <description>Thanks Clay,&lt;BR /&gt;THat what it looked like to me. I had to ask.&lt;BR /&gt;I just change the /etc/issues file with a message or put some thing is the main profile and have a message popup a day or so before it time.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;Marty</description>
    <pubDate>Fri, 06 Feb 2004 15:08:05 GMT</pubDate>
    <dc:creator>Marty Metras</dc:creator>
    <dc:date>2004-02-06T15:08:05Z</dc:date>
    <item>
      <title>Password change message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184847#M748508</link>
      <description>We are not using a trusted system yet and I need to help my users remember how to create there pass words.&lt;BR /&gt;&lt;BR /&gt;When users have to change there password they get these message.&lt;BR /&gt;I would like to change these message because the users need nore information.&lt;BR /&gt;Like the Rules are for the first 8 charaters.&lt;BR /&gt;They can not seem to remember after 90 days how to change there passwords.&lt;BR /&gt;Are these message some where I can easily change them? &lt;BR /&gt;May be I can do a work around.&lt;BR /&gt;&lt;BR /&gt;Marty&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------------------&lt;BR /&gt;"Your password has expired. Choose a new one &lt;BR /&gt;Changing password for metm&lt;BR /&gt;Old password:"&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;When they messup they get this message:&lt;BR /&gt;--------------------------------------------------------- &lt;BR /&gt;"Password too short - must be at least 6 characters&lt;BR /&gt;New password: &lt;BR /&gt;The password entered is not valid.  Valid passwords must contain at least:&lt;BR /&gt;          1 upper case character(s),&lt;BR /&gt;          1 lower case character(s),&lt;BR /&gt;          1 digit(s), and&lt;BR /&gt;          0 special character(s)."&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 14:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184847#M748508</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2004-02-06T14:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password change message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184848#M748509</link>
      <description>On a non-trusted system those rules and any user messages are "hard-coded" into the passwd command and cannot be changed. The solution is to make your own passwd command that can do anything you like. This was the common solution in the days before trusted systems. If you are a bit of a C programmer (or even Perl) this is not very difficult.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 15:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184848#M748509</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-02-06T15:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Password change message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184849#M748510</link>
      <description>Thanks Clay,&lt;BR /&gt;THat what it looked like to me. I had to ask.&lt;BR /&gt;I just change the /etc/issues file with a message or put some thing is the main profile and have a message popup a day or so before it time.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 06 Feb 2004 15:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184849#M748510</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2004-02-06T15:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Password change message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184850#M748511</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure if I understood you message.&lt;BR /&gt;&lt;BR /&gt;While you cannot change the actual text, you can adjust the values (like must be alteast 8 chars) by manipulating /etc/default/security file.&lt;BR /&gt;&lt;BR /&gt;For ex., the following lines &lt;BR /&gt;&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_MIN_SPECIAL_CHARS=1&lt;BR /&gt;MIN_PASSWORD_LENGTH=8&lt;BR /&gt;&lt;BR /&gt;Will display &lt;BR /&gt;&lt;BR /&gt;Password too short - must be at least 8 characters&lt;BR /&gt;&lt;BR /&gt;And&lt;BR /&gt;&lt;BR /&gt;The password entered is not valid.  Valid passwords must contain at least:&lt;BR /&gt;          1 upper case character(s),&lt;BR /&gt;          1 lower case charcter(s),&lt;BR /&gt;          1 digit(s), and&lt;BR /&gt;          1 special character(s).&lt;BR /&gt;&lt;BR /&gt;That's the best you can get. &lt;BR /&gt;&lt;BR /&gt;This is valid for only 11.0 (with patch) and above only. On 11i, you can get it without any patches.&lt;BR /&gt;&lt;BR /&gt;'man 4 security' for more information.&lt;BR /&gt;&lt;BR /&gt;You can force a user password to expire by using the command 'passwd -x'. However, it will not notify the user about the expiration in advance unlike in trusted systems.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 15:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184850#M748511</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-06T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Password change message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184851#M748512</link>
      <description>Hi Marty,&lt;BR /&gt;&lt;BR /&gt;Another option would be to put a wrapper around the /usr/bin/passwd file that would echo whatever msgs you want &amp;amp; then run the actual passwd command.&lt;BR /&gt;Since /sbin/passwd is not executable by normal users, we don't have to worry about their path, so just rename /usr/bin/passwd to passwd1, then create the /urs/bin/passwd script with:&lt;BR /&gt; &lt;BR /&gt;echo "This is the first line...."&lt;BR /&gt;echo "This is the second line..."&lt;BR /&gt;echo "etc........."&lt;BR /&gt;/usr/bin/passwd1&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 06 Feb 2004 15:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184851#M748512</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-06T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Password change message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184852#M748513</link>
      <description>Thanks Sri&lt;BR /&gt;&lt;BR /&gt;No problem with that. My problem is the Users.&lt;BR /&gt;I just got a reply from our ERP apps people. I have been waiting weeks for a reply from them.&lt;BR /&gt;It will run under a trusted system so veryly shortly I will be changing so this is not an issue any more.&lt;BR /&gt;&lt;BR /&gt;Thanks for your input.&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 06 Feb 2004 15:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184852#M748513</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2004-02-06T15:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Password change message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184853#M748514</link>
      <description>Neet idea Jeff.&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 06 Feb 2004 15:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184853#M748514</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2004-02-06T15:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Password change message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184854#M748515</link>
      <description>I generally agree with Jeff, but would like to add a few caveats.&lt;BR /&gt;&lt;BR /&gt;Beware that if you use his idea as is, it will result in swverify errors and the change will be lost when passwd patches are installed.&lt;BR /&gt;&lt;BR /&gt;Also, although Jeff's approach is safe/useful in many cases, in the specific case of passwd it can cause trouble.  This is because the passwd binary has multiple links to it. Depending on the HP-UX release, the same binary may be used for passwd, nispasswd, yppasswd, chfn and chsh.  When any of these commands is run, the code looks at the last component of the pathname of the binary that was invoked (argv[0]) and adjusts its behavior accordingly.  So if you rename passwd to passwd1, for example, you may break this code.  To avoid the risk of this type of problem it would be safer to save the original binary in some other directory, keeping the file name of 'passwd' (/usr/real_bin/passwd, for example) than to rename passwd to passwd1 in /usr/bin.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 12:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-change-message/m-p/3184854#M748515</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2004-02-09T12:24:59Z</dc:date>
    </item>
  </channel>
</rss>

