<?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: Bad UID ?? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137372#M50068</link>
    <description>Maybe a problem with the owner/permissions for the home directory.&lt;BR /&gt;&lt;BR /&gt;Maybe a PAM restriction.</description>
    <pubDate>Fri, 24 Oct 2008 23:28:58 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2008-10-24T23:28:58Z</dc:date>
    <item>
      <title>Bad UID ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137371#M50067</link>
      <description>I had a user that could not log into the server with his user id which was a UID 500...&lt;BR /&gt;&lt;BR /&gt;Checked the /etc/shadow file and it didn't show as locked. but I ran the usermod -U command on the ID anyway just in case I was missing something...&lt;BR /&gt;&lt;BR /&gt;I then changed the password but user still couldn't log in..... Access denied when entering password.&lt;BR /&gt;&lt;BR /&gt;I then did a userdel and readded with useradd and all was ok with the new UID that was created.... If I tried to change back to uid 500 they couldn't log in....&lt;BR /&gt;&lt;BR /&gt;Any idea what could hag the UID ??</description>
      <pubDate>Fri, 24 Oct 2008 20:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137371#M50067</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-10-24T20:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bad UID ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137372#M50068</link>
      <description>Maybe a problem with the owner/permissions for the home directory.&lt;BR /&gt;&lt;BR /&gt;Maybe a PAM restriction.</description>
      <pubDate>Fri, 24 Oct 2008 23:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137372#M50068</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-10-24T23:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bad UID ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137373#M50069</link>
      <description>There has been no changes to the PAM file at all, as a matter of fact no changes to the server in several months now...&lt;BR /&gt;&lt;BR /&gt;This ID that had the UID was working and today just stopped...&lt;BR /&gt;&lt;BR /&gt;They enter there ID when logging in, and fails with access denied ....&lt;BR /&gt;&lt;BR /&gt;I did a userdel, and re-added with a different UID and it worked, I changed the UID tothe old 500 UID and login fails again...</description>
      <pubDate>Sat, 25 Oct 2008 01:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137373#M50069</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-10-25T01:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bad UID ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137374#M50070</link>
      <description>Take a look at your PAM config.  My /etc/pam.d/system-auth file has&lt;BR /&gt;&lt;BR /&gt;auth        requisite     pam_succeed_if.so uid &amp;gt;= 500 quiet&lt;BR /&gt;&lt;BR /&gt;Were that '=' sign missing from "&amp;gt;= 500", I'd expect it to behave as you're describing.&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Oct 2008 05:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137374#M50070</guid>
      <dc:creator>Stephen P. Schaefer</dc:creator>
      <dc:date>2008-10-25T05:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bad UID ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137375#M50071</link>
      <description>Try usermod and see if the password has been marked as expired e.g. usermod user -e&lt;BR /&gt;YYYY-MM-DD.&lt;BR /&gt;&lt;BR /&gt;Also see the chage command</description>
      <pubDate>Sat, 25 Oct 2008 11:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137375#M50071</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2008-10-25T11:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bad UID ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137376#M50072</link>
      <description>&lt;BR /&gt;account     sufficient    /lib/security/$ISA/pam_succeed_if.so uid &amp;lt; 100 quiet&lt;BR /&gt;&lt;BR /&gt;I tried usermod -U user, tried usermod -e 2010-10-25 user and still can't login with the user id...&lt;BR /&gt;&lt;BR /&gt;As soon as I change the UID to another unused number, I can log in with the user ID&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Oct 2008 16:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137376#M50072</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-10-25T16:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bad UID ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137377#M50073</link>
      <description>Looks like it was an issue with failed login attempts.... found a command: faillog, which I ran on the user ID, faillog -e user -r and I was then able to login with the user ID with UID 500....</description>
      <pubDate>Sat, 25 Oct 2008 16:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137377#M50073</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-10-25T16:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bad UID ??</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137378#M50074</link>
      <description>Thanks..</description>
      <pubDate>Sat, 25 Oct 2008 16:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bad-uid/m-p/5137378#M50074</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-10-25T16:35:01Z</dc:date>
    </item>
  </channel>
</rss>

