<?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 It looks like this bug is in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944906#M18088</link>
    <description>&lt;P&gt;It looks like this bug is still around and is potentially affecting us. We actually see it with --useradd. We have some local user accounts in the host passwd file that are appened with _l , but most real user accounts are in LDAP. Since there doesn't appear to be a way for the MIC cards to use LDAP directly yet I'm adding them in an init script. The problem is that if a user has a _l account already imported from the hosts passwd file the useradd does work.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;micctrl --useradd=test_l --uid=600 --gid=600 mic0&lt;/P&gt;
&lt;P&gt;micctrl --useradd=test --uid=601 --gid=601 mic0&lt;BR /&gt;mic0: User test already in passwd file /opt/intel/mic/filesystem/mic0/etc/passwd&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It looks kind of like a regex isn't getting anchored at the end which is causing usersnames with the same prefix to fail.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2013 22:34:25 GMT</pubDate>
    <dc:creator>Michael_R_</dc:creator>
    <dc:date>2013-09-09T22:34:25Z</dc:date>
    <item>
      <title>userdel bug?</title>
      <link>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944902#M18084</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In MPSS&amp;nbsp;1-2.1.4982-15-rhel-6.3,I added 2 users named "hpc" and "hpc2" using micctrl as:&lt;/P&gt;
&lt;P&gt;/usr/sbin/micctrl --useradd=hpc mic0&lt;BR /&gt;/usr/sbin/micctrl --useradd=hpc2 mic0&lt;/P&gt;
&lt;P&gt;Then&amp;nbsp;I deleted only "hpc" as:&lt;/P&gt;
&lt;P&gt;/usr/sbin/micctrl --userdel=hpc mic0&lt;/P&gt;
&lt;P&gt;After this, I got 2 lines&lt;/P&gt;
&lt;P&gt;mic0: User hpc removed&lt;BR /&gt;mic0: User hpc removed&lt;/P&gt;
&lt;P&gt;and both "hpc" and "hpc2" are removed!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 05:01:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944902#M18084</guid>
      <dc:creator>Maki_H_</dc:creator>
      <dc:date>2013-02-15T05:01:21Z</dc:date>
    </item>
    <item>
      <title>It should not have let you</title>
      <link>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944903#M18085</link>
      <description>&lt;P&gt;It should not have let you add the user without specifying a user id (--uid=&amp;lt;uid&amp;gt;). Are there hpc and hpc2 entries in your host /etc/passwd files? Can you try adding those users to mic0 again and tell me what uid numbers were assigned to them? (The passwd file for mic0 can be found in /opt/intel/mic/filesystem/mic0/etc/passwd on the host.) &amp;nbsp;I'm just wondering if the uids matched, in which case, as far as the system was concerned, they were the same user.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 22:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944903#M18085</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-02-19T22:54:59Z</dc:date>
    </item>
    <item>
      <title>thank for you share</title>
      <link>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944904#M18086</link>
      <description>&lt;P&gt;thank for you share&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 06:54:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944904#M18086</guid>
      <dc:creator>Henry_J_</dc:creator>
      <dc:date>2013-02-25T06:54:35Z</dc:date>
    </item>
    <item>
      <title>Thanks for reply. I'll try</title>
      <link>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944905#M18087</link>
      <description>&lt;P&gt;Thanks for reply. I'll try and check again.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2013 23:32:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944905#M18087</guid>
      <dc:creator>Maki_H_</dc:creator>
      <dc:date>2013-03-04T23:32:22Z</dc:date>
    </item>
    <item>
      <title>It looks like this bug is</title>
      <link>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944906#M18088</link>
      <description>&lt;P&gt;It looks like this bug is still around and is potentially affecting us. We actually see it with --useradd. We have some local user accounts in the host passwd file that are appened with _l , but most real user accounts are in LDAP. Since there doesn't appear to be a way for the MIC cards to use LDAP directly yet I'm adding them in an init script. The problem is that if a user has a _l account already imported from the hosts passwd file the useradd does work.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;micctrl --useradd=test_l --uid=600 --gid=600 mic0&lt;/P&gt;
&lt;P&gt;micctrl --useradd=test --uid=601 --gid=601 mic0&lt;BR /&gt;mic0: User test already in passwd file /opt/intel/mic/filesystem/mic0/etc/passwd&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It looks kind of like a regex isn't getting anchored at the end which is causing usersnames with the same prefix to fail.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2013 22:34:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944906#M18088</guid>
      <dc:creator>Michael_R_</dc:creator>
      <dc:date>2013-09-09T22:34:25Z</dc:date>
    </item>
    <item>
      <title>Is this bug ever going to get</title>
      <link>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944907#M18089</link>
      <description>&lt;P&gt;Is this bug ever going to get fixed? We just upgraded to MPSS 3.1.2 and the useradd and userdel options still don't properly select users with similar usernames. mrobbert_l and mrobbert are treated as essentially the same user to those options.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 23:14:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944907#M18089</guid>
      <dc:creator>Michael_R_</dc:creator>
      <dc:date>2014-01-21T23:14:28Z</dc:date>
    </item>
    <item>
      <title>Hi Mike,</title>
      <link>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944908#M18090</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;

&lt;P&gt;Please excuse the delay; I wanted to get you something definitive.&lt;/P&gt;

&lt;P&gt;The fix is in the next 3.1 update coming very soon. And it is in the 3.2 release scheduled for late Q1.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	--&lt;BR /&gt;
	Taylor&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:03:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/userdel-bug/m-p/944908#M18090</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2014-02-03T18:03:12Z</dc:date>
    </item>
  </channel>
</rss>

