<?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: User Account Features in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171061#M458029</link>
    <description>Write a cron script using the finger command to extract days of inactivity and then lock/remove the account manually.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 22 Apr 2009 12:22:04 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2009-04-22T12:22:04Z</dc:date>
    <item>
      <title>User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171060#M458028</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Could you please help me how can I acheive the following in HPUx, without any 3rd party tools.&lt;BR /&gt;&lt;BR /&gt;1. After 180 days of inactivity the account should be blocked. : I am still looking for exact number&lt;BR /&gt;2. After 400 days of inactivity the account should be removed, logged and maintain in another data base as a record history : I am still looking for exact number&lt;BR /&gt;&lt;BR /&gt;For the above 2 points, I couldn't find anything in TCB, /etc/default/security and /etc/pam.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where can I get more information on the following library files related to PAM.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/hpux32/libpam.so.1&lt;BR /&gt;/usr/lib/hpux64/libpam.so.1&lt;BR /&gt;/usr/lib/libpam.1&lt;BR /&gt;/usr/lib/pa20_64/libpam.1&lt;BR /&gt;&lt;BR /&gt;These libraries are being referenced in /etc/pam.conf&lt;BR /&gt;&lt;BR /&gt;I am not sure what are defined in these library files.&lt;BR /&gt;&lt;BR /&gt;Your help is greatly appriciated.&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;BR /&gt;&lt;BR /&gt;Ravi.</description>
      <pubDate>Wed, 22 Apr 2009 12:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171060#M458028</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2009-04-22T12:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171061#M458029</link>
      <description>Write a cron script using the finger command to extract days of inactivity and then lock/remove the account manually.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Apr 2009 12:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171061#M458029</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-04-22T12:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171062#M458030</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;1. After 180 days of inactivity the account should be blocked. : I am still looking for exact number&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;This you can achieve by converting the system into trusted and apply the settings globally(all the users)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;2. After 400 days of inactivity the account should be removed, logged and maintain in another data base as a record history :&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;I donot have any info to achieve this. But you can schedule a shell script in cron to do this based on the output from getprpw or other commands.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 12:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171062#M458030</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-22T12:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171063#M458031</link>
      <description>Task 1 is set up in TCB using the INACTIVITY_MAXDAYS setting. Check out the TCB fields and settings in &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-3387/apas03.html?jumpid=reg_R1002_USEN" target="_blank"&gt;http://docs.hp.com/en/5992-3387/apas03.html?jumpid=reg_R1002_USEN&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/security.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/security.4.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;You have to perform task 2 yourself via a script.&lt;BR /&gt; &lt;BR /&gt;For PAM check out the man page &lt;A href="http://docs.hp.com/en/B2355-60130/pam.3.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/pam.3.html&lt;/A&gt; &lt;BR /&gt;and all the "see also" pages at the bottom.</description>
      <pubDate>Wed, 22 Apr 2009 12:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171063#M458031</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-04-22T12:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171064#M458032</link>
      <description>Greetings !!&lt;BR /&gt;&lt;BR /&gt;Use the switch '-f 180' while creating the user using useradd that will give the functionality of disabling the user if no activity for 180 days.&lt;BR /&gt;&lt;BR /&gt;Deleting can be achieved using a cron script as Pete said. Use the combination of finger and userdel.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;uvk</description>
      <pubDate>Wed, 22 Apr 2009 12:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171064#M458032</guid>
      <dc:creator>UVK_1</dc:creator>
      <dc:date>2009-04-22T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171065#M458033</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thank you for the prompt responses.&lt;BR /&gt;&lt;BR /&gt;Hi Ganesan,&lt;BR /&gt;&lt;BR /&gt;I request you to me to the exact option in SAM.&lt;BR /&gt;&lt;BR /&gt;Hi TTr,&lt;BR /&gt;&lt;BR /&gt;All my systems are trusted. As per the URL &lt;A href="http://docs.hp.com/en/B2355-60130/security.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/security.4.html&lt;/A&gt; &lt;BR /&gt;INACTIVITY_MAXDAYS is not applicable to Trusted Systems.&lt;BR /&gt;&lt;BR /&gt;Hi UVK,&lt;BR /&gt;&lt;BR /&gt;I have set it for one of the users using usermod -f 180 username. Where can I see it. getprpw doesn't show any information.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Ravi.</description>
      <pubDate>Wed, 22 Apr 2009 14:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171065#M458033</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2009-04-22T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171066#M458034</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you please reply to my questions.&lt;BR /&gt;&lt;BR /&gt;Ravi.</description>
      <pubDate>Thu, 23 Apr 2009 11:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171066#M458034</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2009-04-23T11:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171067#M458035</link>
      <description>in /etc/default, you could add a 'useradd' file with a line like: &lt;BR /&gt;&lt;BR /&gt;INACT 180 &lt;BR /&gt;&lt;BR /&gt;and then by default, when a new account is created, the lockout will be set to 180 days of inactivity.&lt;BR /&gt;&lt;BR /&gt;There's also a switch for EXPIRE, but I think that just sets how many days before deactivating the account (regardless of activity). &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2009 23:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171067#M458035</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2009-04-23T23:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171068#M458036</link>
      <description>Hi Ravi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Hi Ganesan,&lt;BR /&gt;&lt;BR /&gt;I request you to me to the exact option in SAM. &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Hope you are asking the trusted configuration options in SAM&lt;BR /&gt;&lt;BR /&gt;SAM -&amp;gt; Auditing and Security -&amp;gt; System Security Policies -&amp;gt; General User Account Policies -&amp;gt;Enable Account Policies -&amp;gt; set the value here&lt;BR /&gt;&lt;BR /&gt;Maximum Inactive Time (days):180&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Apr 2009 08:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171068#M458036</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-24T08:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171069#M458037</link>
      <description>Thank you Ganesan. I think I have overlooked General System policies.</description>
      <pubDate>Fri, 24 Apr 2009 11:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171069#M458037</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2009-04-24T11:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Account Features</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171070#M458038</link>
      <description>It is in the url</description>
      <pubDate>Mon, 27 Apr 2009 09:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-account-features/m-p/5171070#M458038</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2009-04-27T09:42:45Z</dc:date>
    </item>
  </channel>
</rss>

