<?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: modprpw -V not refreshing all users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565661#M372162</link>
    <description>NIS or NIS+ is not running.&lt;BR /&gt;&lt;BR /&gt;My only errors with "pwck" are about login directories not being found.  So are you telling me that on your system /usr/lbin/modprpw -V works.  I have tried this on 2 systems running 2 different versions of HP-UX and it doesnt work.</description>
    <pubDate>Tue, 19 Jan 2010 13:49:42 GMT</pubDate>
    <dc:creator>Todd Bowden</dc:creator>
    <dc:date>2010-01-19T13:49:42Z</dc:date>
    <item>
      <title>modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565654#M372155</link>
      <description>To all,&lt;BR /&gt;&lt;BR /&gt;Im trying to run /usr/lbin/modprpw -V on HP-UX 11.31 and its not refreshing the "spwchg" to the current time, however the -v &lt;USERNAME&gt; works.  Just wondering if anyone else has seen this issue?&lt;BR /&gt;&lt;BR /&gt;Todd&lt;/USERNAME&gt;</description>
      <pubDate>Sun, 17 Jan 2010 21:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565654#M372155</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2010-01-17T21:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565655#M372156</link>
      <description>how about '/usr/lbin/modprpw -l -v' ?</description>
      <pubDate>Mon, 18 Jan 2010 10:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565655#M372156</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-01-18T10:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565656#M372157</link>
      <description>Also check the return value with 'echo $?'&lt;BR /&gt;&lt;BR /&gt;RETURN VALUE&lt;BR /&gt;&lt;BR /&gt;0 Success.&lt;BR /&gt;1 User not privileged.&lt;BR /&gt;2 Incorrect usage.&lt;BR /&gt;3 Can not find the entry or file.&lt;BR /&gt;4 Can not change the entry.&lt;BR /&gt;5 Not a Trusted System.&lt;BR /&gt;6 Not a NIS+ user.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jan 2010 10:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565656#M372157</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-01-18T10:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565657#M372158</link>
      <description>I will say that /usr/lbin/modprpw -v &lt;USERNAME&gt; works.&lt;BR /&gt;&lt;BR /&gt;Here is the return code from /usr/lbin/modprpw -l -V&lt;BR /&gt;&lt;BR /&gt;# /usr/lbin/modprpw -l -V&lt;BR /&gt;# echo $?&lt;BR /&gt;0&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 18 Jan 2010 14:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565657#M372158</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2010-01-18T14:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565658#M372159</link>
      <description>if worst comes to worst.&lt;BR /&gt;&lt;BR /&gt;awk -F : '$3 &amp;gt; 100 {print $1}' /etc/passwd |while read username&lt;BR /&gt;do&lt;BR /&gt;modprpw -V $username&lt;BR /&gt;done&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jan 2010 20:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565658#M372159</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-01-18T20:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565659#M372160</link>
      <description>@Tim:&lt;BR /&gt;&lt;BR /&gt;-v is for setting it individually&lt;BR /&gt;-V is for all users at once&lt;BR /&gt;&lt;BR /&gt;so:&lt;BR /&gt;&lt;BR /&gt;awk -F : '$3 &amp;gt; 100 {print $1}' /etc/passwd |while read username&lt;BR /&gt;do&lt;BR /&gt;modprpw -v $username&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;(ok, I also mixed it in my first post)&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2010 12:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565659#M372160</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-01-19T12:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565660#M372161</link>
      <description>@Todd:&lt;BR /&gt;&lt;BR /&gt;Do you have NIS or NIS+? Or other central authentication method? That's why I suggested the -l switch. According to the return value it should have been worked. Did it?&lt;BR /&gt;&lt;BR /&gt;What does pwck spit out? Maybe there is an inconsistency with your user database.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2010 12:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565660#M372161</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-01-19T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565661#M372162</link>
      <description>NIS or NIS+ is not running.&lt;BR /&gt;&lt;BR /&gt;My only errors with "pwck" are about login directories not being found.  So are you telling me that on your system /usr/lbin/modprpw -V works.  I have tried this on 2 systems running 2 different versions of HP-UX and it doesnt work.</description>
      <pubDate>Tue, 19 Jan 2010 13:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565661#M372162</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2010-01-19T13:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565662#M372163</link>
      <description>have you checked all the users, After modprpw -V ?&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2010 14:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565662#M372163</guid>
      <dc:creator>TARUN SHARMA_1</dc:creator>
      <dc:date>2010-01-19T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565663#M372164</link>
      <description>That is the first thing I checked.</description>
      <pubDate>Tue, 19 Jan 2010 15:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565663#M372164</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2010-01-19T15:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: modprpw -V not refreshing all users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565664#M372165</link>
      <description>&amp;gt;So are you telling me that on your system /usr/lbin/modprpw -V works.&lt;BR /&gt;&lt;BR /&gt;No, I'm not telling you this. I don't have a trusted 11.31 testserver to try this out. I am only trying to give you some advice that might be useful.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2010 15:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modprpw-v-not-refreshing-all-users/m-p/4565664#M372165</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2010-01-19T15:36:30Z</dc:date>
    </item>
  </channel>
</rss>

