<?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: which command is used to  enable a user in hp-ux ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050156#M304367</link>
    <description>What is your OS version ?&lt;BR /&gt;'passwd' is not for trusted systems.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Mon, 06 Aug 2007 04:46:00 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2007-08-06T04:46:00Z</dc:date>
    <item>
      <title>which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050148#M304359</link>
      <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;I am looking for a command which will used to enable a user whose user id is locked .&lt;BR /&gt;&lt;BR /&gt;Many Thanks ,&lt;BR /&gt;Rahul</description>
      <pubDate>Mon, 06 Aug 2007 04:18:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050148#M304359</guid>
      <dc:creator>ROCK_10</dc:creator>
      <dc:date>2007-08-06T04:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050149#M304360</link>
      <description>You can do this via the SAM user interface</description>
      <pubDate>Mon, 06 Aug 2007 04:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050149#M304360</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-08-06T04:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050150#M304361</link>
      <description>Thanks for your support ,but i want solution in command line.Please help me out</description>
      <pubDate>Mon, 06 Aug 2007 04:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050150#M304361</guid>
      <dc:creator>ROCK_10</dc:creator>
      <dc:date>2007-08-06T04:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050151#M304362</link>
      <description>Hi Rahul&lt;BR /&gt;&lt;BR /&gt;Try following command&lt;BR /&gt;&lt;BR /&gt;# /usr/lbin/modprpw -k username&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Viswanadhan.</description>
      <pubDate>Mon, 06 Aug 2007 04:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050151#M304362</guid>
      <dc:creator>Viswanadhan</dc:creator>
      <dc:date>2007-08-06T04:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050152#M304363</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;Untrusted system:&lt;BR /&gt;passwd -d username&lt;BR /&gt;&lt;BR /&gt;-d             Allow user to login without a password by deleting it.&lt;BR /&gt;                     In untrusted mode this unlocks/activates the user&lt;BR /&gt;                     account if found locked/deactivated.&lt;BR /&gt;&lt;BR /&gt;trusted system:&lt;BR /&gt;/usr/lbin/modprpw -k useraccount&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 06 Aug 2007 04:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050152#M304363</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-08-06T04:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050153#M304364</link>
      <description>passwd: illegal option -- d&lt;BR /&gt;Usage: passwd [ -F file ] [ name ]&lt;BR /&gt;       passwd [ -f ] [ -n min ] [ -x max ] [ -w warn ] name&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2007 04:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050153#M304364</guid>
      <dc:creator>ROCK_10</dc:creator>
      <dc:date>2007-08-06T04:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050154#M304365</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;man passwd&lt;BR /&gt;&lt;BR /&gt;trusted&lt;BR /&gt;man modprpw&lt;BR /&gt;&lt;BR /&gt;The explanation and examples there are quite adequate.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Aug 2007 04:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050154#M304365</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-06T04:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050155#M304366</link>
      <description>But my system is not trusted system.</description>
      <pubDate>Mon, 06 Aug 2007 04:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050155#M304366</guid>
      <dc:creator>ROCK_10</dc:creator>
      <dc:date>2007-08-06T04:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050156#M304367</link>
      <description>What is your OS version ?&lt;BR /&gt;'passwd' is not for trusted systems.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 06 Aug 2007 04:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050156#M304367</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-08-06T04:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050157#M304368</link>
      <description>OS is 10.20&lt;BR /&gt;B.10.20 A 9000/712 2012902162</description>
      <pubDate>Mon, 06 Aug 2007 04:48:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050157#M304368</guid>
      <dc:creator>ROCK_10</dc:creator>
      <dc:date>2007-08-06T04:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050158#M304369</link>
      <description>Try to chage password expiration date on that user: &lt;BR /&gt;&lt;BR /&gt;passwd -x 100 username&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 06 Aug 2007 05:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050158#M304369</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-08-06T05:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: which command is used to  enable a user in hp-ux ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050159#M304370</link>
      <description>If an account is locked in an untrusted system then this means that the password hash has been replaced with '*' (actually any password hash that is non null and not exactly 13 characters long is an invalid password hash but '*' is used by convention and by the standard commands to lock the account). You simply need to assign a new password to unlock it.</description>
      <pubDate>Mon, 06 Aug 2007 09:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-command-is-used-to-enable-a-user-in-hp-ux/m-p/4050159#M304370</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-06T09:17:14Z</dc:date>
    </item>
  </channel>
</rss>

