<?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: passwd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083403#M143174</link>
    <description>Can you make an example how to use usermod.sam if I want to change user1 password? Thanks.</description>
    <pubDate>Thu, 02 Oct 2003 01:20:16 GMT</pubDate>
    <dc:creator>j773303</dc:creator>
    <dc:date>2003-10-02T01:20:16Z</dc:date>
    <item>
      <title>passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083397#M143168</link>
      <description>When I issue the passwd command, it always ask me to enther the older password and issue new passwd. Is it passible issue the passwd command, the auto enther the password by script or other ways?</description>
      <pubDate>Wed, 01 Oct 2003 23:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083397#M143168</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-10-01T23:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083398#M143169</link>
      <description>root user is not asked for the old password.&lt;BR /&gt; &lt;BR /&gt;log on as root.&lt;BR /&gt;&lt;BR /&gt;passwd &lt;USERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;You will not be prompted for the old password.&lt;BR /&gt; &lt;BR /&gt;You MUST be superuser to do this.&lt;BR /&gt; &lt;BR /&gt;SEP&lt;/USERNAME&gt;</description>
      <pubDate>Wed, 01 Oct 2003 23:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083398#M143169</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-01T23:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083399#M143170</link>
      <description>I use the normal user. And every month I need to chage the password again. Any other quick way to auto change password?</description>
      <pubDate>Wed, 01 Oct 2003 23:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083399#M143170</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-10-01T23:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083400#M143171</link>
      <description>No easy way.&lt;BR /&gt; &lt;BR /&gt;passwd &amp;lt; input.file&lt;BR /&gt; &lt;BR /&gt;input file includes the password twice.&lt;BR /&gt; &lt;BR /&gt;This is completely insecure.&lt;BR /&gt; &lt;BR /&gt;At least make sure you erase the input file when you are done.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Oct 2003 23:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083400#M143171</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-01T23:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083401#M143172</link>
      <description>Please refer to this thread, Here a great script by Rita&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=227228" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=227228&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I cant understand if u want to enter a passwd from script, y need of 'password' we can make it NULL or make it not force for password change.. or else i may not  clear with your question,&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 23:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083401#M143172</guid>
      <dc:creator>Hari Kumar</dc:creator>
      <dc:date>2003-10-01T23:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083402#M143173</link>
      <description>The best way to do this is..&lt;BR /&gt;I have written an C program which encrypts the password (with the random first 2 fields). &lt;BR /&gt;You then use /usr/sam/lbin/usermod.sam command with -p option and source this password.&lt;BR /&gt;Totally secure..&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Thu, 02 Oct 2003 00:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083402#M143173</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-02T00:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083403#M143174</link>
      <description>Can you make an example how to use usermod.sam if I want to change user1 password? Thanks.</description>
      <pubDate>Thu, 02 Oct 2003 01:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083403#M143174</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-10-02T01:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083404#M143175</link>
      <description>First is to get the encrypted password.&lt;BR /&gt;say encrypted password for "test123" is iR1PEHS6Mybdg&lt;BR /&gt;Then just type&lt;BR /&gt;/usr/sam/lbin/usermod -p iR1PEHS6Mybdg &lt;USER name=""&gt;&lt;BR /&gt;That will change the password of the user to test123.&lt;BR /&gt;I had posted that C program in one post but let me know if you want it.&lt;BR /&gt;&lt;BR /&gt;Rajeev&lt;/USER&gt;</description>
      <pubDate>Thu, 02 Oct 2003 01:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083404#M143175</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-02T01:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083405#M143176</link>
      <description>I can use usermod.sam to change the user1 password in the root user mode. But the permission deny in the user1 mode? why usermode.sam can not executed in the normal user?</description>
      <pubDate>Thu, 02 Oct 2003 01:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083405#M143176</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-10-02T01:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083406#M143177</link>
      <description>This is because usermod.sam is a backend program for sam.  It's not intended for use by normal users.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 02 Oct 2003 03:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083406#M143177</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-10-02T03:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083407#M143178</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Can i have our C program please ?</description>
      <pubDate>Fri, 30 Dec 2005 09:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/3083407#M143178</guid>
      <dc:creator>Mr MORVAN</dc:creator>
      <dc:date>2005-12-30T09:07:02Z</dc:date>
    </item>
  </channel>
</rss>

