<?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: how to disable complex password in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435467#M71454</link>
    <description>Dear Chris Xu, and Ermin Borovac, I m highly Thankful to u both for such a prompt and detailed explainations. I highly appreciate&lt;BR /&gt;&lt;BR /&gt;Once again, Thanks a Million.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Fri, 03 Dec 2004 21:35:00 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2004-12-03T21:35:00Z</dc:date>
    <item>
      <title>how to disable complex password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435461#M71448</link>
      <description>Hello Gurus&lt;BR /&gt;&lt;BR /&gt;OS:  rhl 9.0, FC2&lt;BR /&gt;Ordinary users have to provide complex password if they want to change/set their password.&lt;BR /&gt;How can I disable the complex password feature, so that ordinary users can set/change their password by providing simple/dictionary based password.&lt;BR /&gt;&lt;BR /&gt;In short I want to enable dictionary-based or simple password.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;P.S. We dont have any security needs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 14:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435461#M71448</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-12-02T14:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable complex password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435462#M71449</link>
      <description>is it not possible to disable complex password ?&lt;BR /&gt;I want my linux systems accept simple/dictionary-based password, from ordinary users, if they(ordinary users) wana change their password.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 02 Dec 2004 22:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435462#M71449</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-12-02T22:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable complex password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435463#M71450</link>
      <description>This is really NOT recommended but if you really want to do it try the following. &lt;BR /&gt;&lt;BR /&gt;Edit your /etc/pam.d/passwd. The line that starts with 'password' is significant.&lt;BR /&gt;&lt;BR /&gt;password   required   pam_stack.so service=system-auth&lt;BR /&gt;&lt;BR /&gt;Replace the line with&lt;BR /&gt;&lt;BR /&gt;password   required     pam_unix.so nullok md5 shadow&lt;BR /&gt;&lt;BR /&gt;Now users should be able to choose 'simple' passwords (minimum length 6 characters).</description>
      <pubDate>Thu, 02 Dec 2004 22:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435463#M71450</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-12-02T22:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable complex password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435464#M71451</link>
      <description>Dear Ermin Borovac, I m highly Thankful to u for the response/help, and as well as for ur kind SUGGESTION/ADVICE. &lt;BR /&gt;&lt;BR /&gt;If u or anyone can plz explain what does the following line means ?&lt;BR /&gt;password required pam_unix.so nullok md5 shadow &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 03 Dec 2004 14:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435464#M71451</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-12-03T14:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable complex password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435465#M71452</link>
      <description>Hope the following explains it:&lt;BR /&gt;&lt;BR /&gt;pam_unix now comes as one module pam_unix.so.&lt;BR /&gt;&lt;BR /&gt;The following links are left for compatibility with old versions:&lt;BR /&gt;pam_unix_auth:          authentication module providing&lt;BR /&gt;                        pam_authenticate() and pam_setcred() hooks&lt;BR /&gt;pam_unix_sess:          session module, providing session logging&lt;BR /&gt;pam_unix_acct:          account management, providing shadow account&lt;BR /&gt;                        managment features, password aging etc..&lt;BR /&gt;pam_unix_passwd:        password updating facilities providing&lt;BR /&gt;                        cracklib password strength checking facilities.&lt;BR /&gt;&lt;BR /&gt;The following options are recognized:&lt;BR /&gt;        debug           -       log more debugging info&lt;BR /&gt;        audit           -       a little more extreme than debug&lt;BR /&gt;        use_first_pass  -       don't prompt the user for passwords&lt;BR /&gt;                                take them from PAM_ items instead&lt;BR /&gt;        try_first_pass  -       don't prompt the user for the passwords&lt;BR /&gt;                                unless PAM_(OLD)AUTHTOK is unset&lt;BR /&gt;        use_authtok     -       like try_first_pass, but * fail * if the new&lt;BR /&gt;                                PAM_AUTHTOK has not been previously set.&lt;BR /&gt;                                (intended for stacking password modules only)&lt;BR /&gt;        not_set_pass    -       don't set the PAM_ items with the passwords&lt;BR /&gt;                                used by this module.&lt;BR /&gt;        shadow          -       try to maintian a shadow based system.&lt;BR /&gt;        md5             -       when a user changes their password next,&lt;BR /&gt;                                encrypt it with the md5 algorithm.&lt;BR /&gt;        bigcrypt        -       when a user changes their password next,&lt;BR /&gt;                                excrypt it with the DEC C2 - algorithm(0).&lt;BR /&gt;        nodelay         -       used to prevent failed authentication&lt;BR /&gt;                                resulting in a delay of about 1 second.&lt;BR /&gt;        nis             -       use NIS RPC for setting new password&lt;BR /&gt;        remember=X      -       remember X old passwords, they are kept in&lt;BR /&gt;                                /etc/security/opasswd in MD5 crypted form&lt;BR /&gt;        broken_shadow   -       ignore errors reading shadow information for&lt;BR /&gt;                                users in the account management module&lt;BR /&gt;&lt;BR /&gt;        invalid arguments are logged to syslog.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 03 Dec 2004 16:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435465#M71452</guid>
      <dc:creator>Chris Xu</dc:creator>
      <dc:date>2004-12-03T16:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable complex password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435466#M71453</link>
      <description>Lines starting with keyword 'password' are used to manage password policies.&lt;BR /&gt;&lt;BR /&gt;/etc/pam.d/passwd&lt;BR /&gt;password required pam_stack.so service=system-auth&lt;BR /&gt;&lt;BR /&gt;The previous line refers /usr/bin/passwd command to use lines starting with 'password' in /etc/pam.d/system-auth file.&lt;BR /&gt;&lt;BR /&gt;/etc/pam.d/system-auth&lt;BR /&gt;password required pam_cracklib.so retry=3 type=&lt;BR /&gt;password required pam_unix.so nullok use_authtok md5 shadow&lt;BR /&gt;password required pam_deny.so&lt;BR /&gt;&lt;BR /&gt;Line containing pam_cracklib is responsible for strong password checking. Module pam_unix.so can also do some very basic password checks.&lt;BR /&gt;&lt;BR /&gt;In my suggestion I have forced password command to use pam_unix.so module for password checking, which allows users to select simple passwords.&lt;BR /&gt;&lt;BR /&gt;Hope that clears it up a bit.&lt;BR /&gt;&lt;BR /&gt;Check directory /usr/share/doc/pam-*/txts on your RHL/FC system for more information.</description>
      <pubDate>Fri, 03 Dec 2004 18:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435466#M71453</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-12-03T18:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable complex password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435467#M71454</link>
      <description>Dear Chris Xu, and Ermin Borovac, I m highly Thankful to u both for such a prompt and detailed explainations. I highly appreciate&lt;BR /&gt;&lt;BR /&gt;Once again, Thanks a Million.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 03 Dec 2004 21:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-disable-complex-password/m-p/3435467#M71454</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-12-03T21:35:00Z</dc:date>
    </item>
  </channel>
</rss>

