<?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: Unlocking user account in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377625#M348147</link>
    <description>&lt;BR /&gt;No, by doing "su", user account does not get unlocked.&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
    <pubDate>Thu, 12 Mar 2009 12:42:31 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2009-03-12T12:42:31Z</dc:date>
    <item>
      <title>Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377622#M348144</link>
      <description>Will the user account be unlocked if a root user executes the follwing command&lt;BR /&gt;&lt;BR /&gt;su - username&lt;BR /&gt;&lt;BR /&gt;I mean if username is locked and after executing this command will that unlock the account username</description>
      <pubDate>Thu, 12 Mar 2009 12:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377622#M348144</guid>
      <dc:creator>winmoon</dc:creator>
      <dc:date>2009-03-12T12:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377623#M348145</link>
      <description>do you have root account password?&lt;BR /&gt;are you able to open SAM or can modify /etc/password file?&lt;BR /&gt;&lt;BR /&gt;let me know,</description>
      <pubDate>Thu, 12 Mar 2009 12:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377623#M348145</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-03-12T12:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377624#M348146</link>
      <description>No.  To unlock an account you need to do:&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -k username&lt;BR /&gt;&lt;BR /&gt;while logged in as root.</description>
      <pubDate>Thu, 12 Mar 2009 12:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377624#M348146</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-03-12T12:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377625#M348147</link>
      <description>&lt;BR /&gt;No, by doing "su", user account does not get unlocked.&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Thu, 12 Mar 2009 12:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377625#M348147</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2009-03-12T12:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377626#M348148</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;passwd -d username -&amp;gt; will unlock the account</description>
      <pubDate>Thu, 12 Mar 2009 13:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377626#M348148</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-12T13:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377627#M348149</link>
      <description>&amp;gt;&amp;gt;passwd -d username -&amp;gt; will unlock the account&lt;BR /&gt;&lt;BR /&gt;Only if the system is NOT trusted.  &lt;BR /&gt;&lt;BR /&gt;Here is the man page excerpt for the '-d' option to the passwd command:&lt;BR /&gt;&lt;BR /&gt;-d -- Allow user to login without a password by deleting it. In untrusted mode this unlocks / activates the user account if found locked/deactivated</description>
      <pubDate>Thu, 12 Mar 2009 13:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377627#M348149</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-03-12T13:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377628#M348150</link>
      <description>Hi,&lt;BR /&gt;  You need to have root privileges to unlock a user account.&lt;BR /&gt;&lt;BR /&gt;Run:&lt;BR /&gt;# sam&lt;BR /&gt;Accounts for Users and Groups -&amp;gt; Users -&amp;gt; Select the user -&amp;gt; Action -&amp;gt; Reactivate.&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# passwd -d &lt;USER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/USER_NAME&gt;</description>
      <pubDate>Thu, 12 Mar 2009 13:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377628#M348150</guid>
      <dc:creator>Shailendran V Naidu</dc:creator>
      <dc:date>2009-03-12T13:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377629#M348151</link>
      <description>/usr/lbin/modprpw -k username&lt;BR /&gt;&lt;BR /&gt;it works if system trusted;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2009 14:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377629#M348151</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2009-03-12T14:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377630#M348152</link>
      <description>Hi,&lt;BR /&gt;Use the gui tool is the best option if you are new in unix.&lt;BR /&gt;# SAM&lt;BR /&gt;Then you will get GUI menu --&amp;gt; go to Users andd Groups.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Fri, 13 Mar 2009 04:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377630#M348152</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2009-03-13T04:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377631#M348153</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If system is trusted than use&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -k username to unblock user&lt;BR /&gt;&lt;BR /&gt;For Non-Trusted system&lt;BR /&gt;&lt;BR /&gt;passwd -d &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Fri, 13 Mar 2009 05:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377631#M348153</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-13T05:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unlocking user account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377632#M348154</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The command which you have given (su - username)is not for unlocking the account, it's for switching from one user to another user (for more details about su - #man su). &lt;BR /&gt;&lt;BR /&gt;For unlocking the accounts :-friends have given many suggetions.&lt;BR /&gt;&lt;BR /&gt;Thnx...Farhan&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 13:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unlocking-user-account/m-p/4377632#M348154</guid>
      <dc:creator>Md. Farhan A Azam</dc:creator>
      <dc:date>2009-03-13T13:29:56Z</dc:date>
    </item>
  </channel>
</rss>

