<?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: Locked accounts in /etc/passwd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924280#M286476</link>
    <description>Joe,&lt;BR /&gt;&lt;BR /&gt;# cd /usr/lbin/&lt;BR /&gt;# ./getprpw username&lt;BR /&gt;And check for the lockout value, 1 is locked.&lt;BR /&gt;&lt;BR /&gt;you can release the locked account by :&lt;BR /&gt;# modprpw -k username&lt;BR /&gt;&lt;BR /&gt;Remember this is for trusted systems. Non trusted systems you can use SAM and Reactivate the user.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Wed, 10 Jan 2007 22:37:50 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2007-01-10T22:37:50Z</dc:date>
    <item>
      <title>Locked accounts in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924274#M286470</link>
      <description>Is there a way to grep the /etc/passwd file to find out if there are locked accounts?  The only way I know of is to go through SAM one by one to see if accounts are locked out.  &lt;BR /&gt;&lt;BR /&gt;Any ideas on expediting this would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;..Joe</description>
      <pubDate>Wed, 10 Jan 2007 18:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924274#M286470</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2007-01-10T18:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Locked accounts in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924275#M286471</link>
      <description>/usr/lbin/getprpw userid &lt;BR /&gt;can tell you if user is locked.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 10 Jan 2007 18:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924275#M286471</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-10T18:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Locked accounts in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924276#M286472</link>
      <description>If the system is trusted, view this post. Talks about use of the 'getprpw' command to get the info you seek.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1050217" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1050217&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2007 18:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924276#M286472</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2007-01-10T18:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Locked accounts in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924277#M286473</link>
      <description>Course - if it isn't trusted, the encrypted password will be an asterick:  *&lt;BR /&gt;&lt;BR /&gt;grep -e "*:" /etc/passwd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 10 Jan 2007 18:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924277#M286473</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-10T18:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Locked accounts in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924278#M286474</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;You can check on accounts at the command line useing the getprpw command. when you do a getprpw and numbers come back that are 1 then the account is locked. if it comes back wirh all 0's then the account is not locked.&lt;BR /&gt;&lt;BR /&gt;#getprpw -r -m lockout username&lt;BR /&gt;&lt;BR /&gt;#modprpw -k username&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Wed, 10 Jan 2007 18:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924278#M286474</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2007-01-10T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Locked accounts in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924279#M286475</link>
      <description>Actually to be precise, if the system is untrusted the locked accounts are those which do not have a 13 character value in the passwd hash field. By convention, it is a '*' which is an impossible hash but I have used other non-13 character strings to designate why an account is locked.</description>
      <pubDate>Wed, 10 Jan 2007 19:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924279#M286475</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-10T19:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Locked accounts in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924280#M286476</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;# cd /usr/lbin/&lt;BR /&gt;# ./getprpw username&lt;BR /&gt;And check for the lockout value, 1 is locked.&lt;BR /&gt;&lt;BR /&gt;you can release the locked account by :&lt;BR /&gt;# modprpw -k username&lt;BR /&gt;&lt;BR /&gt;Remember this is for trusted systems. Non trusted systems you can use SAM and Reactivate the user.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 10 Jan 2007 22:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924280#M286476</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-01-10T22:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Locked accounts in /etc/passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924281#M286477</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1062988&amp;amp;admit=-682735245+1168490602245+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1062988&amp;amp;admit=-682735245+1168490602245+28353475&lt;/A&gt;</description>
      <pubDate>Wed, 10 Jan 2007 23:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/locked-accounts-in-etc-passwd/m-p/3924281#M286477</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2007-01-10T23:45:58Z</dc:date>
    </item>
  </channel>
</rss>

