<?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 Complexity Question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604003#M19138</link>
    <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Read the Linux-PAM System Administrators' Guide by Andrew G. Morgan at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html" target="_blank"&gt;http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Ross</description>
    <pubDate>Mon, 15 Aug 2005 12:20:40 GMT</pubDate>
    <dc:creator>Ross Minkov</dc:creator>
    <dc:date>2005-08-15T12:20:40Z</dc:date>
    <item>
      <title>Password Complexity Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604001#M19136</link>
      <description>Hi,&lt;BR /&gt;We are changing lots of passwords to comply with password complexity requirements.  However, I know there are certain characters which are not acceptable for O/S users.  In fact, in the passwd man page there is the following statement:&lt;BR /&gt;Care must be taken not to include the system default erase or kill characters.  passwd will reject any password which is not suitably complex.&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me:&lt;BR /&gt;a) what those characters are&lt;BR /&gt;b) evidence to support this &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Aug 2005 10:34:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604001#M19136</guid>
      <dc:creator>Jeff Ohlhausen</dc:creator>
      <dc:date>2005-08-15T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Password Complexity Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604002#M19137</link>
      <description>A couple of these special characters are * and !.&lt;BR /&gt;&lt;BR /&gt;Linux uses the /etc/shadow file to store the passwds. An example of the * character is that it is used to denote a disabled/locked acct.&lt;BR /&gt;&lt;BR /&gt;An example of the ! character is if you use the commands 'passwd -l' or 'usermod -L'. This will place the ! character in front of the encrypted passwd effectively locking/disabling the acct.&lt;BR /&gt;&lt;BR /&gt;There is also the configuration of the pam module that will allow/disallow certain characters. You can define this to be loose or tight, however you want.&lt;BR /&gt;&lt;BR /&gt;With the pam_cracklib module you can enforce various restrictions.</description>
      <pubDate>Mon, 15 Aug 2005 11:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604002#M19137</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-08-15T11:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Password Complexity Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604003#M19138</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Read the Linux-PAM System Administrators' Guide by Andrew G. Morgan at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html" target="_blank"&gt;http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Ross</description>
      <pubDate>Mon, 15 Aug 2005 12:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604003#M19138</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-08-15T12:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Password Complexity Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604004#M19139</link>
      <description>Everyone,&lt;BR /&gt;Thank you for your help so far but we still haven't really answered the original question.  &lt;BR /&gt;1. Where can I get a list of 'bad' characters&lt;BR /&gt;Thanks&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 15 Aug 2005 12:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604004#M19139</guid>
      <dc:creator>Jeff Ohlhausen</dc:creator>
      <dc:date>2005-08-15T12:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Password Complexity Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604005#M19140</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;he other 2 cases of special case characters are "@" and "#". But the problem is only occurs when you use a telnet session. In an SSH session none of these characters causes problems. In telnet session you can use "\" just before '@" ot "#". Normally in other unixes I havent faced problems with "!" character. "!" is found to be taken as a normal charactersbut not the other two.For example assume your password is P@ssw0rd!23.&lt;BR /&gt;Here you can disable the special case of "@" bye using "P\@ssw0rd!23".&lt;BR /&gt;&lt;BR /&gt;I have a tried this in HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Mon, 15 Aug 2005 12:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password-complexity-question/m-p/3604005#M19140</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-08-15T12:30:19Z</dc:date>
    </item>
  </channel>
</rss>

