<?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: script to Reset passwd for some particular user in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919852#M97141</link>
    <description>hi Jeff Traigle,&lt;BR /&gt;&lt;BR /&gt;        Thx for the script ,I have tryed its wrking.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jai</description>
    <pubDate>Tue, 02 Jan 2007 17:48:51 GMT</pubDate>
    <dc:creator>jkumar</dc:creator>
    <dc:date>2007-01-02T17:48:51Z</dc:date>
    <item>
      <title>script to Reset passwd for some particular user</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919850#M97139</link>
      <description>script to Reset passwd for some particular user (i need to reset passwd for some 100 particular user at a same time for that i need a script )</description>
      <pubDate>Tue, 02 Jan 2007 17:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919850#M97139</guid>
      <dc:creator>jkumar</dc:creator>
      <dc:date>2007-01-02T17:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: script to Reset passwd for some particular user</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919851#M97140</link>
      <description>&lt;!--!*#--&gt;If you're resetting them to some standard password, it's a simple for loop. You'll need to set the password for one of them so you get a valid hashed value:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;USERS=$(cat /var/tmp/userreset.lst)&lt;BR /&gt;PASSWD="your hashed value here"&lt;BR /&gt;&lt;BR /&gt;for USER in ${USERS}&lt;BR /&gt;do&lt;BR /&gt;  /usr/sam/lbin/usermod.sam -p ${PASSWD} ${USER}&lt;BR /&gt;done</description>
      <pubDate>Tue, 02 Jan 2007 17:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919851#M97140</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2007-01-02T17:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: script to Reset passwd for some particular user</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919852#M97141</link>
      <description>hi Jeff Traigle,&lt;BR /&gt;&lt;BR /&gt;        Thx for the script ,I have tryed its wrking.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jai</description>
      <pubDate>Tue, 02 Jan 2007 17:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919852#M97141</guid>
      <dc:creator>jkumar</dc:creator>
      <dc:date>2007-01-02T17:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: script to Reset passwd for some particular user</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919853#M97142</link>
      <description>/usr/sam/lbin/usermod.sam ? Nice, didn't know that one :-)&lt;BR /&gt;&lt;BR /&gt;If I could assign points here, you'd get some !</description>
      <pubDate>Mon, 08 Jan 2007 03:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919853#M97142</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-01-08T03:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: script to Reset passwd for some particular user</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919854#M97143</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In Trusted Servers,&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;USERS=$(cat /var/tmp/userreset.lst)&lt;BR /&gt;&lt;BR /&gt;for USER in ${USERS}&lt;BR /&gt;do&lt;BR /&gt;   modprpw -m  exptm=value ${USER}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;(*) exptm=value database u_exp=(value*86400).&lt;BR /&gt;&lt;BR /&gt;Set password expiration time interval (days).&lt;BR /&gt;0 = expired.  Same as non-trusted mode&lt;BR /&gt;maximum time.&lt;BR /&gt;&lt;BR /&gt;rgs,</description>
      <pubDate>Thu, 11 Jan 2007 08:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-reset-passwd-for-some-particular-user/m-p/3919854#M97143</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2007-01-11T08:21:02Z</dc:date>
    </item>
  </channel>
</rss>

