<?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 information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209411#M325919</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please see the thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=946795" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=946795&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For sudo, you just have to grep it in the /etc/sudoers file.&lt;BR /&gt;&lt;BR /&gt;grep adnan /etc/sudoers&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
    <pubDate>Tue, 03 Jun 2008 06:20:46 GMT</pubDate>
    <dc:creator>Rasheed Tamton</dc:creator>
    <dc:date>2008-06-03T06:20:46Z</dc:date>
    <item>
      <title>user information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209409#M325917</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;we have a audit and i need to know all the users info (last access time, group name and weather active or deactivated etc etc) i can get most of the info from /etc/passwd and finger cmd and active/deactive state from SAM. &lt;BR /&gt;&lt;BR /&gt;i was wondering if i can get a script or a shortcut where i can get most of the user info at a time .&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 03 Jun 2008 05:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209409#M325917</guid>
      <dc:creator>adnankhan</dc:creator>
      <dc:date>2008-06-03T05:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: user information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209410#M325918</link>
      <description>...Also  need to know if the user has sudo permissions.</description>
      <pubDate>Tue, 03 Jun 2008 06:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209410#M325918</guid>
      <dc:creator>adnankhan</dc:creator>
      <dc:date>2008-06-03T06:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: user information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209411#M325919</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please see the thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=946795" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=946795&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For sudo, you just have to grep it in the /etc/sudoers file.&lt;BR /&gt;&lt;BR /&gt;grep adnan /etc/sudoers&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 03 Jun 2008 06:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209411#M325919</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-06-03T06:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: user information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209412#M325920</link>
      <description>ok is there a any way other than SAM (a cmd or a script) to know which ids are deactivated ?</description>
      <pubDate>Tue, 03 Jun 2008 09:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209412#M325920</guid>
      <dc:creator>adnankhan</dc:creator>
      <dc:date>2008-06-03T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: user information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209413#M325921</link>
      <description>Follow this thread&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1169673" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1169673&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2008 09:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209413#M325921</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-06-03T09:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: user information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209414#M325922</link>
      <description>Also read the MAN page for "passwd".&lt;BR /&gt;&lt;BR /&gt;This is right from the man page for passwd.&lt;BR /&gt;&lt;BR /&gt;The last line in this post gives the codes for the different status of an account.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Kevin&lt;BR /&gt;&lt;BR /&gt;-s name&lt;BR /&gt;&lt;BR /&gt;    Display some password attributes associated with the specified name. Superuser privilege and non-trusted mode is required if the files repository is specified. For nisplus, there are no restrictions.&lt;BR /&gt;&lt;BR /&gt;    The format of the display will be:&lt;BR /&gt;&lt;BR /&gt;    name status mm/dd/yy min max warn&lt;BR /&gt;&lt;BR /&gt;    or, if password aging information is not present&lt;BR /&gt;&lt;BR /&gt;    name status&lt;BR /&gt;&lt;BR /&gt;    where status PS=passworded; LK=locked; and NP=no password.</description>
      <pubDate>Tue, 03 Jun 2008 09:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209414#M325922</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-06-03T09:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: user information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209415#M325923</link>
      <description>logins -x will help too&lt;BR /&gt;&lt;BR /&gt;-x&lt;BR /&gt;&lt;BR /&gt;    Display extended information about selected users. This extended information includes home directory, login shell and password aging data, each on its own line. Password information consists of password status (PS for valid password, LK for locked and NP for no password) and, if a password is present, date of last change, required number of days between changes, and number of days allowed between changes. In the case of non-trusted systems, the date of last change will be the latest Thursday since the change.</description>
      <pubDate>Tue, 03 Jun 2008 09:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209415#M325923</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-06-03T09:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: user information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209416#M325924</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Other easy way is to Customize  sam settings as per ur requirement. I just custamised it and was easily able to populate my excel sheet.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;U can customize the setting by going to sam -  Accounts for Users and Groups -&amp;gt; Users -&amp;gt; column editor .&lt;BR /&gt;&lt;BR /&gt;And then edit as per ur requirement.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;....&lt;BR /&gt;I wish I could extend the sam view window so that I could copy all info at once,  but then its fine..it solved my purpose. But would really appreciate if someone could tell me how to capture SAM output from background or atleast increase the size of SAM view&lt;BR /&gt;&lt;BR /&gt;pls check the attachment</description>
      <pubDate>Wed, 04 Jun 2008 08:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-information/m-p/4209416#M325924</guid>
      <dc:creator>adnankhan</dc:creator>
      <dc:date>2008-06-04T08:37:31Z</dc:date>
    </item>
  </channel>
</rss>

