<?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: identifying locked users, locking &amp;amp; unlocking users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042672#M303280</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -e useraccount&lt;BR /&gt;&lt;BR /&gt;To lock an account.&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -k useraccount&lt;BR /&gt;&lt;BR /&gt;to unlock.&lt;BR /&gt;&lt;BR /&gt;Link to above doc.&lt;BR /&gt;Europe&lt;BR /&gt;&lt;A href="http://www8.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01031510-2" target="_blank"&gt;http://www8.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01031510-2&lt;/A&gt;&lt;BR /&gt;US&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01031510-2" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01031510-2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Tue, 24 Jul 2007 09:47:10 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2007-07-24T09:47:10Z</dc:date>
    <item>
      <title>identifying locked users, locking &amp; unlocking users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042669#M303277</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How do I check if a particular user's account has been locked?&lt;BR /&gt;&lt;BR /&gt;Also how do I lock and unlock accounts?</description>
      <pubDate>Tue, 24 Jul 2007 09:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042669#M303277</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2007-07-24T09:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: identifying locked users, locking &amp; unlocking users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042670#M303278</link>
      <description>See KB doc id USECKBRC00008606 :&lt;BR /&gt;How to report inactive (locked) user accounts on a trusted system&lt;BR /&gt;&lt;BR /&gt;There is also a script attached to perform task.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 24 Jul 2007 09:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042670#M303278</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-07-24T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: identifying locked users, locking &amp; unlocking users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042671#M303279</link>
      <description>I assume for the moment that this is a trusted system. You should have made that distinction.&lt;BR /&gt;&lt;BR /&gt;Plan A.&lt;BR /&gt;logins | awk '{print $1}' | while read U&lt;BR /&gt;  do&lt;BR /&gt;     /usr/lbin/getprpw -m lockout ${U}&lt;BR /&gt;  done&lt;BR /&gt;&lt;BR /&gt;Locked users will have a '1' in at least one location in the lockout string.&lt;BR /&gt;&lt;BR /&gt;Plan B.&lt;BR /&gt;logins -x &lt;BR /&gt;&lt;BR /&gt;Locled accounts will display "LK".&lt;BR /&gt;&lt;BR /&gt;To unlock a trusted account, /usr/lbin/modprpw -k user.&lt;BR /&gt;&lt;BR /&gt;To unlock a standard system, replace the bogus password hash (typically '*') with a valid passwd hash. (i.e. run the passwd command).&lt;BR /&gt;&lt;BR /&gt;Man logins, getprpw, modprpw for details.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2007 09:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042671#M303279</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-24T09:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: identifying locked users, locking &amp; unlocking users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042672#M303280</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -e useraccount&lt;BR /&gt;&lt;BR /&gt;To lock an account.&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -k useraccount&lt;BR /&gt;&lt;BR /&gt;to unlock.&lt;BR /&gt;&lt;BR /&gt;Link to above doc.&lt;BR /&gt;Europe&lt;BR /&gt;&lt;A href="http://www8.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01031510-2" target="_blank"&gt;http://www8.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01031510-2&lt;/A&gt;&lt;BR /&gt;US&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01031510-2" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01031510-2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 24 Jul 2007 09:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042672#M303280</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-07-24T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: identifying locked users, locking &amp; unlocking users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042673#M303281</link>
      <description>If your server is not trusted then best bet would be logins  command.&lt;BR /&gt;&lt;BR /&gt;modprpw and getprpw is available only for trusted server.&lt;BR /&gt;&lt;BR /&gt;logins -x would report details of all users, and you should be looking for "LK"&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Tue, 24 Jul 2007 09:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-locked-users-locking-amp-unlocking-users/m-p/4042673#M303281</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2007-07-24T09:53:11Z</dc:date>
    </item>
  </channel>
</rss>

