<?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: uNABLE TO CHANGE USERPASSWD IN LINUX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721884#M1626</link>
    <description>hi,&lt;BR /&gt;check the permissions of /usr/bin/passwd executable&lt;BR /&gt;ll /usr/bin/passwd&lt;BR /&gt;the output  should be &lt;BR /&gt;r-sr-xr-x root bin passwd&lt;BR /&gt;if the s is not there you will face the problem&lt;BR /&gt;which you have mentioned.&lt;BR /&gt;if it is not there do this&lt;BR /&gt;log in as root&lt;BR /&gt;#chmod +s /usr/bin/passwd&lt;BR /&gt;try again to log in as that user and change it's password.&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Mon, 13 May 2002 03:24:23 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-05-13T03:24:23Z</dc:date>
    <item>
      <title>uNABLE TO CHANGE USERPASSWD IN LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721882#M1624</link>
      <description>Hi,&lt;BR /&gt;I am unable to change the passwd of my account in a linux system while using my own accnt name and passwd but i can do so  if i log in as root. &lt;BR /&gt; Can anybody help me?&lt;BR /&gt;&lt;BR /&gt;thanks in advance,&lt;BR /&gt;Vipin.</description>
      <pubDate>Sat, 11 May 2002 12:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721882#M1624</guid>
      <dc:creator>Vipin_1</dc:creator>
      <dc:date>2002-05-11T12:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: uNABLE TO CHANGE USERPASSWD IN LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721883#M1625</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;What Linux distribution are you using ? What error message do you receive when trying to change password ?&lt;BR /&gt;&lt;BR /&gt;Without further information, I can just give you 2 tips :&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; Are you sure the password you try to set is conform to the default password choice rules ? Try 8-character password, with at least 2 numerical digits.&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; Are you sure a non-root user is allowed its own password ? Check /etc/shadow for password expiration rules. I don't know the exact syntax, but I can recommend you the manpage (man 5 shadow).&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sat, 11 May 2002 21:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721883#M1625</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-05-11T21:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: uNABLE TO CHANGE USERPASSWD IN LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721884#M1626</link>
      <description>hi,&lt;BR /&gt;check the permissions of /usr/bin/passwd executable&lt;BR /&gt;ll /usr/bin/passwd&lt;BR /&gt;the output  should be &lt;BR /&gt;r-sr-xr-x root bin passwd&lt;BR /&gt;if the s is not there you will face the problem&lt;BR /&gt;which you have mentioned.&lt;BR /&gt;if it is not there do this&lt;BR /&gt;log in as root&lt;BR /&gt;#chmod +s /usr/bin/passwd&lt;BR /&gt;try again to log in as that user and change it's password.&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 13 May 2002 03:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721884#M1626</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-13T03:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: uNABLE TO CHANGE USERPASSWD IN LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721885#M1627</link>
      <description>Might need to look at your pam configuration also.&lt;BR /&gt;&lt;BR /&gt;Should look something like:&lt;BR /&gt;&lt;BR /&gt;$ cat /etc/pam.d/passwd&lt;BR /&gt;#%PAM-1.0&lt;BR /&gt;auth       required     /lib/security/pam_stack.so service=system-auth&lt;BR /&gt;account    required     /lib/security/pam_stack.so service=system-auth&lt;BR /&gt;password   required     /lib/security/pam_stack.so service=system-auth&lt;BR /&gt;&lt;BR /&gt;I think that U. SivaKumar is probably on the right track though, as Root can execute passwd, but a normal user can't (have you tested whether it is only the one account vs all non-root accounts that experience this behavior?). &lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 14 May 2002 01:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-change-userpasswd-in-linux/m-p/2721885#M1627</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-05-14T01:50:27Z</dc:date>
    </item>
  </channel>
</rss>

