<?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: verify an User in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291863#M886019</link>
    <description>The * in /etc/passwd does not always mean that the account is locked.  If the system is trusted, this information is held in files under /tcb/files/auth&lt;BR /&gt;&lt;BR /&gt;The simplest way to lock the account is to use&lt;BR /&gt;&lt;BR /&gt;passwd -l guest &lt;BR /&gt;&lt;BR /&gt;(that's a lower case L).  This will prevent login, while keeping the ID and all associated files in place.</description>
    <pubDate>Tue, 01 Jun 2004 06:05:53 GMT</pubDate>
    <dc:creator>Chris Wilshaw</dc:creator>
    <dc:date>2004-06-01T06:05:53Z</dc:date>
    <item>
      <title>verify an User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291860#M886016</link>
      <description>dear All,&lt;BR /&gt;i have an user on my System HP-UX 11.00 called guest.&lt;BR /&gt;I wont know when it is have been created and by who?&lt;BR /&gt;&lt;BR /&gt;grep guest /etc/passwd&lt;BR /&gt;&lt;BR /&gt;guest:*:103:20:Guest login:/home/guest:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;How can I verify and freeze/or blocked this user. &lt;BR /&gt;(I wont not cancell the user but only block it)&lt;BR /&gt;&lt;BR /&gt;Thanks Alex&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2004 05:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291860#M886016</guid>
      <dc:creator>alessandro_37</dc:creator>
      <dc:date>2004-06-01T05:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: verify an User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291861#M886017</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check ownership and timestamp of the user home directory by the command:&lt;BR /&gt;# ls -l /home/guest&lt;BR /&gt;&lt;BR /&gt;Don't worry about this user. The "*" character in the 2nd field of /etc/passwd file indicates you that this user is locked.&lt;BR /&gt;&lt;BR /&gt;For extra info:&lt;BR /&gt;# man passwd&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 01 Jun 2004 05:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291861#M886017</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-06-01T05:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: verify an User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291862#M886018</link>
      <description>Setting a shell of "/usr/bin/false" is probably the best way of ensuring nobody can log in as the user.&lt;BR /&gt; &lt;BR /&gt;running "last guest" will give you a list of all the times someone has logged in as that user.</description>
      <pubDate>Tue, 01 Jun 2004 06:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291862#M886018</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-01T06:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: verify an User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291863#M886019</link>
      <description>The * in /etc/passwd does not always mean that the account is locked.  If the system is trusted, this information is held in files under /tcb/files/auth&lt;BR /&gt;&lt;BR /&gt;The simplest way to lock the account is to use&lt;BR /&gt;&lt;BR /&gt;passwd -l guest &lt;BR /&gt;&lt;BR /&gt;(that's a lower case L).  This will prevent login, while keeping the ID and all associated files in place.</description>
      <pubDate>Tue, 01 Jun 2004 06:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291863#M886019</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2004-06-01T06:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: verify an User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291864#M886020</link>
      <description>This user is has already been desactivated.&lt;BR /&gt;The simpliest way to desactivated the&lt;BR /&gt;user is using SAM, menu: Users/Groups.&lt;BR /&gt;You can choise the user and make desactivation :).&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2004 06:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291864#M886020</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2004-06-01T06:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: verify an User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291865#M886021</link>
      <description>Ooops..!&lt;BR /&gt;&lt;BR /&gt;Alessandro if your system is in trusted mode pls consider the Chris note.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 01 Jun 2004 06:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291865#M886021</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-06-01T06:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: verify an User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291866#M886022</link>
      <description>To find which user was created when, you will need to switch on auditing (for how to switch on autditing "man 4 audit"). You can switch on auditing through SAM tool too.&lt;BR /&gt;&lt;BR /&gt;Other way of finding out when and how user was created is not known to me. One way could be archiving HISTFILE of the root user :-).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Anshu&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2004 06:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291866#M886022</guid>
      <dc:creator>Anupam Anshu_1</dc:creator>
      <dc:date>2004-06-01T06:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: verify an User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291867#M886023</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;for trusted system, the second segment is * for all accounts in the file /etc/passwd. &lt;BR /&gt;&lt;BR /&gt;for non-trusted system, the second segment is * for account that r disabled.&lt;BR /&gt;&lt;BR /&gt;to check when the last time guest account is use:&lt;BR /&gt;&lt;BR /&gt;# last -R|grep guest|head&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 01 Jun 2004 06:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/verify-an-user/m-p/3291867#M886023</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-01T06:55:33Z</dc:date>
    </item>
  </channel>
</rss>

