<?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: two user questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035125#M738124</link>
    <description>For 2) the standard UNIX accounting system is tailor-made for this. It will keep up with the total per-user login time for all users  Man 1m acct to get started and man acctcom for ideas about reports.</description>
    <pubDate>Tue, 20 Mar 2007 15:06:45 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-03-20T15:06:45Z</dc:date>
    <item>
      <title>two user questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035123#M738122</link>
      <description>1) can HPUX 11.11 V1 be set up to limit only one occurence of a username at a time ? (i.e. Username johnd can only log in once.)&lt;BR /&gt;&lt;BR /&gt;2)  Is there an easy way to log who is logging into your HP-UX 11.11 server to charge a site for usage? (i.e. five people logged in therefore X dollars.)</description>
      <pubDate>Tue, 20 Mar 2007 14:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035123#M738122</guid>
      <dc:creator>Douglass Anderson</dc:creator>
      <dc:date>2007-03-20T14:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: two user questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035124#M738123</link>
      <description>1. You can limit number of connected users in 2 ways: via /etc/default/security or script in .profile for users.&lt;BR /&gt;For more see this thread - &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1064038" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1064038&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. All user logins are saved in wtmp files. Use commands last and lastb (for bad logins) to get info. &lt;BR /&gt;For more see "man last".&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 20 Mar 2007 14:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035124#M738123</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-03-20T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: two user questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035125#M738124</link>
      <description>For 2) the standard UNIX accounting system is tailor-made for this. It will keep up with the total per-user login time for all users  Man 1m acct to get started and man acctcom for ideas about reports.</description>
      <pubDate>Tue, 20 Mar 2007 15:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035125#M738124</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-03-20T15:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: two user questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035126#M738125</link>
      <description>For 1) the thread provided by Ivan is a good one.&lt;BR /&gt;&lt;BR /&gt;For 2) see below for more details:&lt;BR /&gt;The HP-UX specific auditing subsystem solves one important limitation&lt;BR /&gt;    of traditional logging: the inability to resolve ambiguities between&lt;BR /&gt;    accounts having matching User/Group ID numbers.  As conversion to a&lt;BR /&gt;    trusted system assigns unique Audit ID numbers to every account, the&lt;BR /&gt;    auditing subsystem can always report the precise user responsible for&lt;BR /&gt;    any event.&lt;BR /&gt;&lt;BR /&gt;    While the details are beyond the scope of this paper, SAM allows the&lt;BR /&gt;    configuring of the following categories of system activity:&lt;BR /&gt;&lt;BR /&gt;    Users:&lt;BR /&gt;&lt;BR /&gt;      Individual users may be audited&lt;BR /&gt;&lt;BR /&gt;    Events:&lt;BR /&gt;&lt;BR /&gt;      The following types of events may be logged:&lt;BR /&gt;&lt;BR /&gt;        object creation, deletion, access permission modification&lt;BR /&gt;        object opening and closing&lt;BR /&gt;        process operations&lt;BR /&gt;        removable media mounting/unmounting&lt;BR /&gt;        user logins and logouts&lt;BR /&gt;        administrative and privileged operations&lt;BR /&gt;        interprocess communication&lt;BR /&gt;        user-defined events&lt;BR /&gt;&lt;BR /&gt;      User-login logging is handled differently from other event classes:&lt;BR /&gt;      selected event classes are only logged for users who have themselves&lt;BR /&gt;      been selected for auditing, however when the user-login event class is&lt;BR /&gt;      selected, all user logins are logged regardless of whether the&lt;BR /&gt;      individual user is selected or not.&lt;BR /&gt;&lt;BR /&gt;    System Calls:&lt;BR /&gt;&lt;BR /&gt;        the individual system calls associated with the event list may be&lt;BR /&gt;        audited, as well as many significant programmatic calls, for example&lt;BR /&gt;        setuid and setgid.&lt;BR /&gt;&lt;BR /&gt;    In general, you may log successful and/or unsuccessful attempts to&lt;BR /&gt;    access any of the above events.</description>
      <pubDate>Mon, 09 Apr 2007 00:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035126#M738125</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-04-09T00:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: two user questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035127#M738126</link>
      <description>thx</description>
      <pubDate>Thu, 16 Aug 2007 12:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-user-questions/m-p/5035127#M738126</guid>
      <dc:creator>Douglass Anderson</dc:creator>
      <dc:date>2007-08-16T12:04:35Z</dc:date>
    </item>
  </channel>
</rss>

