<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534951#M38916</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You question doesn't really make sense.&lt;BR /&gt;&lt;BR /&gt;Do you want to make the password case INsensitive, so that they can log on with either upper or lower case ?&lt;BR /&gt;&lt;BR /&gt;I'm not sure that it's possible, although you've given us no information on which "redhat" system you're talking about...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
    <pubDate>Tue, 17 Nov 2009 09:41:05 GMT</pubDate>
    <dc:creator>Rob Leadbeater</dc:creator>
    <dc:date>2009-11-17T09:41:05Z</dc:date>
    <item>
      <title>password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534950#M38915</link>
      <description>In the redhat system , the current password policy is  case senitive , can advise how to cancel it ?&lt;BR /&gt;&lt;BR /&gt;for example : if the password is ABC456 , the user can still login the system with abc456 , what can i do ? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please ignore the security issure .&lt;BR /&gt;&lt;BR /&gt;Thx in advance.</description>
      <pubDate>Tue, 17 Nov 2009 04:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534950#M38915</guid>
      <dc:creator>Son dam bi</dc:creator>
      <dc:date>2009-11-17T04:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534951#M38916</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You question doesn't really make sense.&lt;BR /&gt;&lt;BR /&gt;Do you want to make the password case INsensitive, so that they can log on with either upper or lower case ?&lt;BR /&gt;&lt;BR /&gt;I'm not sure that it's possible, although you've given us no information on which "redhat" system you're talking about...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Tue, 17 Nov 2009 09:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534951#M38916</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2009-11-17T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534952#M38917</link>
      <description>Even windows password is case sensitive, can you explain if you have a specific problem or requirement that could be solved without reinventing the wheel.</description>
      <pubDate>Tue, 17 Nov 2009 13:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534952#M38917</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-11-17T13:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534953#M38918</link>
      <description>The case sensitivity is hard-coded into the password hashing algorithm. To make it case-insensitive, you would have to download the source code of the pam_unix.so PAM module and modify it to be always set the password to either all lower or all upper case before hashing. &lt;BR /&gt;&lt;BR /&gt;(The unix-style password hashing cannot be reversed: a password is checked by hashing the password that user entered, and comparing the result to the stored password hash. If they match, the password was correct.)&lt;BR /&gt;&lt;BR /&gt;But this is just a Wrong Thing to do: in Unix/Linux systems, *all command and file names* are case sensitive by default, and this cannot be changed. The users *must* learn to live with it.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 17 Nov 2009 13:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534953#M38918</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-17T13:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534954#M38919</link>
      <description>&lt;!--!*#--&gt;&amp;gt; But this is just a Wrong Thing to do: [...]&lt;BR /&gt;&lt;BR /&gt;But a password is not a command or file name;&lt;BR /&gt;it's a password.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] pam_unix.so [...]&lt;BR /&gt;&lt;BR /&gt;If no one else has done it already.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The users *must* learn to live with it.&lt;BR /&gt;&lt;BR /&gt;Not if you change it.  VMS, by the way, has&lt;BR /&gt;(by default) case-insensitive passwords.&lt;BR /&gt;(It's been "Wrong" for over thirty years,&lt;BR /&gt;with few complaints.  And no complaints at&lt;BR /&gt;all about a "Caps Lock" key in the wrong&lt;BR /&gt;state.  Many would not call this "Wrong".)</description>
      <pubDate>Tue, 17 Nov 2009 14:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534954#M38919</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-17T14:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534955#M38920</link>
      <description>&amp;gt; If no one else has done it already.&lt;BR /&gt;&lt;BR /&gt;It did not take me five minutes to find&lt;BR /&gt;&lt;A href="http://linux.derkeiler.com/Newsgroups/comp.os.linux.misc/2009-10/msg00125.html" target="_blank"&gt;http://linux.derkeiler.com/Newsgroups/comp.os.linux.misc/2009-10/msg00125.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Nov 2009 03:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534955#M38920</guid>
      <dc:creator>Randy Jones_3</dc:creator>
      <dc:date>2009-11-18T03:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534956#M38921</link>
      <description>passwords, pfhu! what is it good for? hey, here is an idea, we'll disable passwords all together. pure brilliance.</description>
      <pubDate>Thu, 19 Nov 2009 08:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/password/m-p/4534956#M38921</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-11-19T08:43:47Z</dc:date>
    </item>
  </channel>
</rss>

