<?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 change password in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213471#M10562</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was wondering if anyone else has had this problem? Does anyone know&lt;BR /&gt;of a fix for this problem?&lt;BR /&gt;&lt;BR /&gt;When a regular user tries to change their password, using the "passwd"&lt;BR /&gt;command, the new password is rejected with a "bad password" message.&lt;BR /&gt;This happens even though the new password is definitely not a&lt;BR /&gt;dictionary word:&lt;BR /&gt;&lt;BR /&gt;[grover kumkwat grover]$ passwd&lt;BR /&gt;Changing password for grover&lt;BR /&gt;(current) UNIX password:&lt;BR /&gt;New UNIX password:&lt;BR /&gt;BAD PASSWORD: it is based on a dictionary word&lt;BR /&gt;New UNIX password:&lt;BR /&gt;BAD PASSWORD: it is based on a dictionary word&lt;BR /&gt;New UNIX password:&lt;BR /&gt;BAD PASSWORD: it is based on a dictionary word&lt;BR /&gt;passwd: Authentication token manipulation error&lt;BR /&gt;&lt;BR /&gt;Root can change the user's password, but still gets the same "bad&lt;BR /&gt;password" message on the first try. The password is changed if root&lt;BR /&gt;re-enters the "bad password":&lt;BR /&gt;&lt;BR /&gt;[root kumkwat grover]# passwd grover&lt;BR /&gt;Changing password for user grover&lt;BR /&gt;New UNIX password:&lt;BR /&gt;BAD PASSWORD: it is based on a dictionary word&lt;BR /&gt;Retype new UNIX password:&lt;BR /&gt;passwd: all authentication tokens updated successfully&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but the users always compliant the message , how can I disable it ? thx&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Mar 2004 10:10:56 GMT</pubDate>
    <dc:creator>peterchu1</dc:creator>
    <dc:date>2004-03-09T10:10:56Z</dc:date>
    <item>
      <title>change password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213471#M10562</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was wondering if anyone else has had this problem? Does anyone know&lt;BR /&gt;of a fix for this problem?&lt;BR /&gt;&lt;BR /&gt;When a regular user tries to change their password, using the "passwd"&lt;BR /&gt;command, the new password is rejected with a "bad password" message.&lt;BR /&gt;This happens even though the new password is definitely not a&lt;BR /&gt;dictionary word:&lt;BR /&gt;&lt;BR /&gt;[grover kumkwat grover]$ passwd&lt;BR /&gt;Changing password for grover&lt;BR /&gt;(current) UNIX password:&lt;BR /&gt;New UNIX password:&lt;BR /&gt;BAD PASSWORD: it is based on a dictionary word&lt;BR /&gt;New UNIX password:&lt;BR /&gt;BAD PASSWORD: it is based on a dictionary word&lt;BR /&gt;New UNIX password:&lt;BR /&gt;BAD PASSWORD: it is based on a dictionary word&lt;BR /&gt;passwd: Authentication token manipulation error&lt;BR /&gt;&lt;BR /&gt;Root can change the user's password, but still gets the same "bad&lt;BR /&gt;password" message on the first try. The password is changed if root&lt;BR /&gt;re-enters the "bad password":&lt;BR /&gt;&lt;BR /&gt;[root kumkwat grover]# passwd grover&lt;BR /&gt;Changing password for user grover&lt;BR /&gt;New UNIX password:&lt;BR /&gt;BAD PASSWORD: it is based on a dictionary word&lt;BR /&gt;Retype new UNIX password:&lt;BR /&gt;passwd: all authentication tokens updated successfully&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but the users always compliant the message , how can I disable it ? thx&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 10:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213471#M10562</guid>
      <dc:creator>peterchu1</dc:creator>
      <dc:date>2004-03-09T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213472#M10563</link>
      <description>You can get some useful information&lt;BR /&gt;at:&lt;A href="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam-6.html#ss6.2" target="_blank"&gt;http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam-6.html#ss6.2&lt;/A&gt;&lt;BR /&gt;(Cracklib pluggable password strength-checker)&lt;BR /&gt;&lt;BR /&gt;Collect the modified parameter for your needing (difok=x, minlen=y, and so on) and&lt;BR /&gt;tail them at:&lt;BR /&gt;password   required     /lib/security/pam_cracklib.so retry=3&lt;BR /&gt;in the file /etc/pam.d/passwd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But dictionnary based passwords are bad passwords, even if they are long... Could you provide an example of 'good password' that provides this message ?&lt;BR /&gt;Thanks to assign points if useful...&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 09 Mar 2004 10:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213472#M10563</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-03-09T10:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213473#M10564</link>
      <description>If you *REALLY* want to disable poor password checking (though it seems broken on your system), remove the line that has pam_cracklib.so from /etc/pam.d/system-auth.&lt;BR /&gt;&lt;BR /&gt;Is is strange that good passwords are causing problems, though.  If using redhat, try running "up2date pam" - I am running pam-0.75-51 on AS 3.0 and pam-0.75-46.7.3 on AS 2.1.</description>
      <pubDate>Tue, 09 Mar 2004 15:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213473#M10564</guid>
      <dc:creator>Nat Guyton</dc:creator>
      <dc:date>2004-03-09T15:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213474#M10565</link>
      <description>I just want to disable the message "BAD Password " because this message is non useful to users ,  if good password , there will no message pop up.</description>
      <pubDate>Tue, 09 Mar 2004 18:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213474#M10565</guid>
      <dc:creator>peterchu1</dc:creator>
      <dc:date>2004-03-09T18:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213475#M10566</link>
      <description>You can either disable good/bad password checking like has been mentioned already in the thread, or unfortunately just live with it.&lt;BR /&gt;&lt;BR /&gt;I suppose the other options would be to yank the source for 'passwd', and pull out the 'BAD PASSWORD:' bits and recompile yourself..</description>
      <pubDate>Tue, 09 Mar 2004 23:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password/m-p/3213475#M10566</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-09T23:35:40Z</dc:date>
    </item>
  </channel>
</rss>

