<?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: Add User in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443129#M8376</link>
    <description>Alot of possible reasons.&lt;BR /&gt;Here is one.  It is possible the file is just plain corrupted.  &lt;BR /&gt;Do you have a backup copy of it?   Either a ~/passwd.bak  or maybe something on a backup tape???&lt;BR /&gt;I'd first try to restore the file from a backup and then see where I am.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Wed, 06 Sep 2000 15:39:58 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2000-09-06T15:39:58Z</dc:date>
    <item>
      <title>Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443127#M8374</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I am trying to add a new user in a trusted system.  Either I do it in SAM, or do it in command line:&lt;BR /&gt;useradd -g 20 -d /groups/users/abc -c "INFO" -s /bin/ksh -p xxxxxxxx -o -u 2203 abc&lt;BR /&gt;&lt;BR /&gt;I got the following error messag:&lt;BR /&gt;&lt;BR /&gt;/etc/passwd file does not exist.&lt;BR /&gt;&lt;BR /&gt;But actually that file does exist.&lt;BR /&gt;&lt;BR /&gt;Could anyone give me a hand?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot in advance.</description>
      <pubDate>Wed, 06 Sep 2000 15:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443127#M8374</guid>
      <dc:creator>Sharon Bi</dc:creator>
      <dc:date>2000-09-06T15:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443128#M8375</link>
      <description>The /etc/shadow file is used in addition to the passwd file.</description>
      <pubDate>Wed, 06 Sep 2000 15:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443128#M8375</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-09-06T15:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443129#M8376</link>
      <description>Alot of possible reasons.&lt;BR /&gt;Here is one.  It is possible the file is just plain corrupted.  &lt;BR /&gt;Do you have a backup copy of it?   Either a ~/passwd.bak  or maybe something on a backup tape???&lt;BR /&gt;I'd first try to restore the file from a backup and then see where I am.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 06 Sep 2000 15:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443129#M8376</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-09-06T15:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443130#M8377</link>
      <description>It is not okay using command line as such in trusted system. The passwd filed has just '*' and the actual encrypted passwd with pointers is stored in /tcb/files/auth/(letter for username)</description>
      <pubDate>Wed, 06 Sep 2000 15:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443130#M8377</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-06T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443131#M8378</link>
      <description>&lt;BR /&gt;Yes, you can add users on a trusted system from the command line, works fine.</description>
      <pubDate>Wed, 06 Sep 2000 15:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443131#M8378</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-06T15:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443132#M8379</link>
      <description>I have restored the /etc/passwd file.  But it didn't help.  I still get the message saying that : /etc/passwd file does not exist.</description>
      <pubDate>Wed, 06 Sep 2000 16:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443132#M8379</guid>
      <dc:creator>Sharon Bi</dc:creator>
      <dc:date>2000-09-06T16:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443133#M8380</link>
      <description>try to add your user using vipw, then once done, type pwconv.&lt;BR /&gt;Tell us what happens&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Wed, 06 Sep 2000 16:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443133#M8380</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-09-06T16:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443134#M8381</link>
      <description>Check the trusted system database with:&lt;BR /&gt;# authck -p&lt;BR /&gt;&lt;BR /&gt;If it continues to fail, you can quickly unconvert the system using:&lt;BR /&gt;# tsconvert -r&lt;BR /&gt;&lt;BR /&gt;Add the user and convert it back to a trusted system.&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 16:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443134#M8381</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-09-06T16:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443135#M8382</link>
      <description>Thanks, Cheryl.  After I ran the command: "authck -p " it worked.&lt;BR /&gt;&lt;BR /&gt;Is there any documentation about trusted system on HP site?</description>
      <pubDate>Wed, 06 Sep 2000 18:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-user/m-p/2443135#M8382</guid>
      <dc:creator>Sharon Bi</dc:creator>
      <dc:date>2000-09-06T18:42:36Z</dc:date>
    </item>
  </channel>
</rss>

