<?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: When does an account created in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555377#M28640</link>
    <description>1) grep user /etc/passwd&lt;BR /&gt;2) grep user /etc/group&lt;BR /&gt;3) check whether user's auth file is present for e.g. user name is lee then&lt;BR /&gt;/tcb/files/auth/l/lee file should be present and u remove encrypted password and give new passwd from cmd line&lt;BR /&gt;4) check whether home directory is there, if not create the directory&lt;BR /&gt;5) Try to login with the user id.&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.&lt;BR /&gt;</description>
    <pubDate>Sat, 21 Jul 2001 04:47:05 GMT</pubDate>
    <dc:creator>Satish Y</dc:creator>
    <dc:date>2001-07-21T04:47:05Z</dc:date>
    <item>
      <title>When does an account created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555375#M28638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to check when an account was created ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;YC</description>
      <pubDate>Sat, 21 Jul 2001 03:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555375#M28638</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2001-07-21T03:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: When does an account created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555376#M28639</link>
      <description>no idea but ,&lt;BR /&gt;&lt;BR /&gt;try samlog. You can do a grep on that.&lt;BR /&gt;&lt;BR /&gt;kaps</description>
      <pubDate>Sat, 21 Jul 2001 04:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555376#M28639</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2001-07-21T04:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: When does an account created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555377#M28640</link>
      <description>1) grep user /etc/passwd&lt;BR /&gt;2) grep user /etc/group&lt;BR /&gt;3) check whether user's auth file is present for e.g. user name is lee then&lt;BR /&gt;/tcb/files/auth/l/lee file should be present and u remove encrypted password and give new passwd from cmd line&lt;BR /&gt;4) check whether home directory is there, if not create the directory&lt;BR /&gt;5) Try to login with the user id.&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Jul 2001 04:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555377#M28640</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-07-21T04:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: When does an account created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555378#M28641</link>
      <description>This depends on if your system is trusted or not. You can as suggested find it in the user database if it exists. If it does not you may find in the samlog or OLDsamlog. If the user has never changed their $HOME/.profile or $HOME/.exrc etc the date stamp on the file should tell you.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Sat, 21 Jul 2001 05:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555378#M28641</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-07-21T05:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: When does an account created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555379#M28642</link>
      <description>Hello,&lt;BR /&gt;Try the command logins |grep "new account".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;G Manikandan</description>
      <pubDate>Mon, 23 Jul 2001 06:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555379#M28642</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-07-23T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: When does an account created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555380#M28643</link>
      <description>Hi,&lt;BR /&gt;check the /etc/passwd file if the created userid exist then account is created else no.</description>
      <pubDate>Mon, 23 Jul 2001 11:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-does-an-account-created/m-p/2555380#M28643</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-23T11:01:32Z</dc:date>
    </item>
  </channel>
</rss>

