<?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 NIS Client Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862944#M276997</link>
    <description>I have nis+ master/replica servers (solaris 8) running in YP compatibility mode.  The majority of my clients are hpux 11i.  I want to be able to force the user to change his/her password upon first login but for some reason despite running passwd -r nisplus -f &lt;USERNAME&gt; (nispasswd strongly discouraged apparently) on the nis+ master server.  When the user logs in on a client (hpux 11i) the password expire criteria seem to get totally ignored and the user can log in without being challenged to change his/her provided password.&lt;/USERNAME&gt;</description>
    <pubDate>Thu, 14 Sep 2006 10:01:19 GMT</pubDate>
    <dc:creator>Danny Crisp</dc:creator>
    <dc:date>2006-09-14T10:01:19Z</dc:date>
    <item>
      <title>NIS Client Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862944#M276997</link>
      <description>I have nis+ master/replica servers (solaris 8) running in YP compatibility mode.  The majority of my clients are hpux 11i.  I want to be able to force the user to change his/her password upon first login but for some reason despite running passwd -r nisplus -f &lt;USERNAME&gt; (nispasswd strongly discouraged apparently) on the nis+ master server.  When the user logs in on a client (hpux 11i) the password expire criteria seem to get totally ignored and the user can log in without being challenged to change his/her provided password.&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 14 Sep 2006 10:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862944#M276997</guid>
      <dc:creator>Danny Crisp</dc:creator>
      <dc:date>2006-09-14T10:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Client Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862945#M276998</link>
      <description>Hi Danny,&lt;BR /&gt;&lt;BR /&gt;I'd be curious if the passwd command you listed is really changing the passwd entry in the nisplus table - or at least changing it in a way that the NIS client can see through the gateway.&lt;BR /&gt;&lt;BR /&gt;Can you try the following:&lt;BR /&gt;&lt;BR /&gt;1) On the NIS+ server:&lt;BR /&gt;       nismatch name=&lt;USER&gt; passwd.&lt;DOMAIN&gt;&lt;BR /&gt;&lt;BR /&gt;2) On the NIS client:&lt;BR /&gt;       ypcat -k passwd | grep &lt;NAME&gt;&lt;BR /&gt;&lt;BR /&gt;This should show you the current value of the passwd entry on the NIS+ server and NIS client.  &lt;BR /&gt;&lt;BR /&gt;3) passwd -r nisplus -f &lt;USER&gt;&lt;BR /&gt;&lt;BR /&gt;4) On the NIS+ server:&lt;BR /&gt;       nismatch name=&lt;USER&gt; passwd.&lt;DOMAIN&gt;&lt;BR /&gt;&lt;BR /&gt;5) On the NIS client:&lt;BR /&gt;       ypcat -k passwd | grep &lt;NAME&gt;&lt;BR /&gt;&lt;BR /&gt;I'm interested to see if the NIS+ master and NIS client see any difference for this user's passwd entry after the passwd command is issued.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/NAME&gt;&lt;/DOMAIN&gt;&lt;/USER&gt;&lt;/USER&gt;&lt;/NAME&gt;&lt;/DOMAIN&gt;&lt;/USER&gt;</description>
      <pubDate>Thu, 14 Sep 2006 12:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862945#M276998</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-09-14T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Client Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862946#M276999</link>
      <description>Hello Dave,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.  Rest assured some points will definitely be coming your way.  See below the output from the examples you recommended: -&lt;BR /&gt;&lt;BR /&gt;# nismatch name=dcrisp passwd.org_dir &lt;BR /&gt;dcrisp:Ttfhg2cSf413Q:105:700:Danny Crisp:/home/dcrisp:/usr/bin/csh:0:-1:-1:-1:-1:-1:0&lt;BR /&gt;&lt;BR /&gt;# ypcat -k passwd | grep dcrisp&lt;BR /&gt;dcrisp dcrisp:Ttfhg2cSf413Q:105:700:Danny Crisp:/home/dcrisp:/usr/bin/csh&lt;BR /&gt;&lt;BR /&gt;I then ran the passwd -r nisplus -f dcrisp again and repeated the above nismatch/ypcat commands.  The output, as far as I could tell had not changed at all.</description>
      <pubDate>Fri, 15 Sep 2006 06:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862946#M276999</guid>
      <dc:creator>Danny Crisp</dc:creator>
      <dc:date>2006-09-15T06:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: NIS Client Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862947#M277000</link>
      <description>Hi Danny,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I then ran the passwd -r nisplus -f &lt;BR /&gt;&amp;gt; dcrisp again and repeated the above &lt;BR /&gt;&amp;gt; nismatch/ypcat commands. The output, as &lt;BR /&gt;&amp;gt; far as I could tell had not changed at &lt;BR /&gt;&amp;gt; all.&lt;BR /&gt;&lt;BR /&gt;Well, then I guess that's the problem.  If the passwd command is not updating the passwd field in the user's entry to one where the client will interpret it as a need to change passwords at next login then we should focus on that.  &lt;BR /&gt;&lt;BR /&gt;Can you try the same passwd command against a local user in the /etc/passwd file on the Solaris server and see if passwd makes the appropriate change to a local user?  Perhaps this is a defect with how the passwd command on Solaris updates NIS+ tables.  If it works against a local user in /etc/passwd but not in the NIS+ table then I'd check with Sun to find out if this is a known problem that they've already fixed in a patch or if this is something new they need to investigate.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 15 Sep 2006 10:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-client-problem/m-p/3862947#M277000</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-09-15T10:45:44Z</dc:date>
    </item>
  </channel>
</rss>

