<?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 log files when creating user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991932#M753012</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using HP-UX 11i untrusted system. Is there any logging when I create an user or modifying the user's attributes ? Is it available in a trusted system ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
    <pubDate>Mon, 09 Jun 2003 06:45:32 GMT</pubDate>
    <dc:creator>Patrick Chim</dc:creator>
    <dc:date>2003-06-09T06:45:32Z</dc:date>
    <item>
      <title>log files when creating user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991932#M753012</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using HP-UX 11i untrusted system. Is there any logging when I create an user or modifying the user's attributes ? Is it available in a trusted system ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Mon, 09 Jun 2003 06:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991932#M753012</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2003-06-09T06:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: log files when creating user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991933#M753013</link>
      <description>There is no logging like this if you are untrusted. If you are trusted you get all sorts of logging which you can view with the getprpw command.&lt;BR /&gt;&lt;BR /&gt;Here is the manpage for it;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jun 2003 06:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991933#M753013</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-06-09T06:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: log files when creating user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991934#M753014</link>
      <description>No, not using the standard useradd command. There is however logging when done through SAM. If you use 'trusted' there is logging, through the 'getprpw' command. I haven't got a system inf front of me right this second, so I can tell exactly what you get. You could always develop scripts to add users with logging included.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome."</description>
      <pubDate>Mon, 09 Jun 2003 07:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991934#M753014</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-06-09T07:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: log files when creating user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991935#M753015</link>
      <description>Hi,&lt;BR /&gt;If u use SAM and either trusted or not trusted&lt;BR /&gt;&lt;BR /&gt;/var/sam/log/samlog&lt;BR /&gt;&lt;BR /&gt;If Trusted&lt;BR /&gt;getprpw -l &lt;USER name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/USER&gt;</description>
      <pubDate>Mon, 09 Jun 2003 07:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991935#M753015</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2003-06-09T07:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: log files when creating user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991936#M753016</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I dont think such facilities are available in an untrusted system. May be you have to rely on your own scripts. ( By monitoring the timestamp of /etc/passwd and /etc/group files. ( If the timestamp has changed compare the file with a backup file ) &lt;BR /&gt;&lt;BR /&gt;- Karthik</description>
      <pubDate>Mon, 09 Jun 2003 07:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991936#M753016</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-06-09T07:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: log files when creating user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991937#M753017</link>
      <description>When you add or modify a user, what tool do you use? If it is vi /etc/passwd, STOP!  If you must use vi to edit the passwd file, (all sysadmins should) use vipw instead. But better yet os to use SAM which logs everything or if you use a ecript to add/modify/delete users, then add a logfile to the script. By far the easiest method is to use the logger command so the data appears in syslog.log.</description>
      <pubDate>Mon, 09 Jun 2003 10:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/log-files-when-creating-user/m-p/2991937#M753017</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-06-09T10:24:14Z</dc:date>
    </item>
  </channel>
</rss>

