<?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: Change password policy in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834468#M24459</link>
    <description>Shalom nash,&lt;BR /&gt;&lt;BR /&gt;crack uses dictionary words in many languages as part of its method of cracking passwords.&lt;BR /&gt;&lt;BR /&gt;By making the configuration change the dictionary word warning should stop happening.&lt;BR /&gt;&lt;BR /&gt;Its a bad idea to do this and might make you fail a SOX audit.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 01 Aug 2006 14:16:12 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-01T14:16:12Z</dc:date>
    <item>
      <title>Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834465#M24456</link>
      <description>When I force the user to change the password , the user will prompt the message (BAD PASSWORD: it is based on a dictionary word) , I understand this is a security reason to probit simple password , but if I want to disable this restriction ( that means the linux system allow  any dictionary word ) , what can I do ? thx.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 01:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834465#M24456</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-08-01T01:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834466#M24457</link>
      <description>just comment (or remove) line with "pam_cracklib" from /etc/pam.d/system-auth</description>
      <pubDate>Tue, 01 Aug 2006 01:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834466#M24457</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-08-01T01:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834467#M24458</link>
      <description>thx Vitaly Karasik &lt;BR /&gt;&lt;BR /&gt;If remove this line , the system will allow any kind of password that means all insecure password eg. too short , too simple , similiar password are allowed , if I only want to disable the restriction (BAD PASSWORD: it is based on a dictionary word) , what can I do  ? thx</description>
      <pubDate>Tue, 01 Aug 2006 03:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834467#M24458</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-08-01T03:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834468#M24459</link>
      <description>Shalom nash,&lt;BR /&gt;&lt;BR /&gt;crack uses dictionary words in many languages as part of its method of cracking passwords.&lt;BR /&gt;&lt;BR /&gt;By making the configuration change the dictionary word warning should stop happening.&lt;BR /&gt;&lt;BR /&gt;Its a bad idea to do this and might make you fail a SOX audit.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 01 Aug 2006 14:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834468#M24459</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-01T14:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834469#M24460</link>
      <description>thx reply , &lt;BR /&gt;&lt;BR /&gt;I would like to have one more requirement , the default password length is at least 7 characters, if I want to change the default setting , that the system accept the password length is 6 characters , what can i do ? thx</description>
      <pubDate>Tue, 01 Aug 2006 21:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834469#M24460</guid>
      <dc:creator>nash11</dc:creator>
      <dc:date>2006-08-01T21:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834470#M24461</link>
      <description>you can change it in /etc/login.defs</description>
      <pubDate>Wed, 02 Aug 2006 04:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834470#M24461</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-08-02T04:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834471#M24462</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;I check the setting is "5" now , I think it is default value , but I found that the current Minimum acceptable password length is 7 , what is wrong ? and if change the file "/etc/login.defs" , do I need to restart any service ? thx.</description>
      <pubDate>Wed, 02 Aug 2006 06:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834471#M24462</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2006-08-02T06:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834472#M24463</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;the password length is Ok now , thx for help.&lt;BR /&gt;&lt;BR /&gt;I would like to ask again , now my system accept the numerics only or characters only password , for example ,  the password can be 741852 ( all numerics ) or poiuyt ( all characters ) , if I want to control the password MUST have BOTH characters AND numerics , what can I do ? thx</description>
      <pubDate>Wed, 02 Aug 2006 07:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834472#M24463</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2006-08-02T07:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834473#M24464</link>
      <description>I think you should write the pam modules by yourself</description>
      <pubDate>Wed, 02 Aug 2006 11:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834473#M24464</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-08-02T11:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834474#M24465</link>
      <description>Password Length, Complexity and Password Space :&lt;BR /&gt;Uset the PAM pam_cracklib.so module. Access a sample /etc/pam.d/system-auth file here. As a privileged user, modify the pam_cracklib.so parameters in the sample file to implement the system password policy. Relevant parameters are: &lt;BR /&gt;minlen: Establishes a minimum acceptable length for user generated passwords. Works in conjunction with the *credit parameters. &lt;BR /&gt;difok: Establishes the minimum number of characters by which a new password must differ from the previous password. &lt;BR /&gt;lcredit, ucredit, dcredit, and ocredit (lower, upper, digit, other character classes, respectively): Establishes the number of "credits" in a new password for a particular character class, which can be used to modify the minimum required password length for sufficiently "complex" user selections, or to implement password complexity rules. *credit has a default value of 1, which works to reduce the minimum length requirement (minlen) by 1 character for each character class the user chooses in a new password. Thus, by default, if minlen = 8, users can get away with, say, 6 character passwords if they choose characters from 3 out of 4 of the character sets. Setting *credit values to 0 disables the reduction of minlen . Setting minlen &amp;lt; 0 establishes the minimum number of characters from the particular character class that must appear in the new password &lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 07:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834474#M24465</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-08-04T07:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834475#M24466</link>
      <description>For more information on password policy for linux, I think this is a good link, &lt;A href="http://nisswg.hawaii.edu/Public/Procedures/Config/RedHat/RedHat-config.html" target="_blank"&gt;http://nisswg.hawaii.edu/Public/Procedures/Config/RedHat/RedHat-config.html&lt;/A&gt;</description>
      <pubDate>Fri, 04 Aug 2006 07:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834475#M24466</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-08-04T07:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834476#M24467</link>
      <description>Modify the line with pam_cracklib.so in /etc/pam.d/system-auth file as "password required  /lib/security/pam_cracklib.so retry=3 minlen=6". The path for pam_cracklib.so might be different.&lt;BR /&gt;&lt;BR /&gt;There are four predefined control flags you can use:&lt;BR /&gt;required â   The module result must be successful for authentication to continue. If a required module result fails, the user is not notified until results on all modules referencing that interface are completed.&lt;BR /&gt;&lt;BR /&gt;requisite â   The module result must be successful for authentication to continue. However, if a requisite module result fails, the user is notified immediately with a message reflecting the first failed required or requisite module.&lt;BR /&gt;&lt;BR /&gt;sufficient â   The module result is ignored if it fails. But, if a sufficient flagged module result is successful and no required flagged modules above it have failed, then no other results are required and the user is authenticated to the service.&lt;BR /&gt;&lt;BR /&gt;optional â   The module result is ignored if it fails. If the module result is successful, it does not play a role in the overall success or failure for the module interface. A module flagged as optional becomes necessary for successful authentication when there are no other modules referencing that interface. In this case, an optional module determines the overall PAM authentication for that interface.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 23:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834476#M24467</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-08-04T23:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change password policy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834477#M24468</link>
      <description>nash11, please remember about assigning points!</description>
      <pubDate>Sun, 06 Aug 2006 01:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-password-policy/m-p/3834477#M24468</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-08-06T01:10:04Z</dc:date>
    </item>
  </channel>
</rss>

