<?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/2722932#M63489</link>
    <description>Hi Sritharan,&lt;BR /&gt;&lt;BR /&gt; Few things:&lt;BR /&gt;&lt;BR /&gt;1) Check the /etc/nsswitch.conf &amp;amp; make sure the check order is correct i.e. files dns - whatever is the proper order for your system&lt;BR /&gt;&lt;BR /&gt;2) check what passwd command is running&lt;BR /&gt;which passwd&lt;BR /&gt;&lt;BR /&gt;3) check the integrity of the passwd file itself&lt;BR /&gt;pwck&lt;BR /&gt;&lt;BR /&gt;4) if not using NIS make sure the user in question does not have a leading + symbol in their line in the passwd file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 14 May 2002 01:56:35 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-05-14T01:56:35Z</dc:date>
    <item>
      <title>passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722931#M63488</link>
      <description>Hi,&lt;BR /&gt;We have clustered(MCSG) server, when I try to change password on the server one of the server shows&lt;BR /&gt;&lt;BR /&gt;prshq04:&amp;gt;passwd&lt;BR /&gt;Supported configurations for passwd management are as follows:&lt;BR /&gt;    passwd: files&lt;BR /&gt;    passwd: files ldap&lt;BR /&gt;    passwd: files nis&lt;BR /&gt;    passwd: files nisplus&lt;BR /&gt;    passwd: compat&lt;BR /&gt;    passwd: compat AND&lt;BR /&gt;    passwd_compat: nisplus&lt;BR /&gt;prshq04:&amp;gt;  &lt;BR /&gt;&lt;BR /&gt;but another server is ok,I can change the password,I have checked the configuration on both server its same.&lt;BR /&gt;&lt;BR /&gt;What should I do ???&lt;BR /&gt;&lt;BR /&gt;Help Please&lt;BR /&gt;&lt;BR /&gt;Thanks In Advance &lt;BR /&gt;Sri</description>
      <pubDate>Tue, 14 May 2002 01:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722931#M63488</guid>
      <dc:creator>Sritharan</dc:creator>
      <dc:date>2002-05-14T01:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722932#M63489</link>
      <description>Hi Sritharan,&lt;BR /&gt;&lt;BR /&gt; Few things:&lt;BR /&gt;&lt;BR /&gt;1) Check the /etc/nsswitch.conf &amp;amp; make sure the check order is correct i.e. files dns - whatever is the proper order for your system&lt;BR /&gt;&lt;BR /&gt;2) check what passwd command is running&lt;BR /&gt;which passwd&lt;BR /&gt;&lt;BR /&gt;3) check the integrity of the passwd file itself&lt;BR /&gt;pwck&lt;BR /&gt;&lt;BR /&gt;4) if not using NIS make sure the user in question does not have a leading + symbol in their line in the passwd file.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 14 May 2002 01:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722932#M63489</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-14T01:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722933#M63490</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In your /etc directory you find three sample files of&lt;BR /&gt;nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;If you are using&lt;BR /&gt;&lt;BR /&gt;NIS&lt;BR /&gt;# cp /etc/nsswitch.nis /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;FILES (no NIS/NIS+)&lt;BR /&gt;# cp /etc/nsswitch.files /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;NIS+&lt;BR /&gt;# /etc/nsswitch.nisplus /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;------&lt;BR /&gt;Check the passwd and group file&lt;BR /&gt;# pwck&lt;BR /&gt;# grpck&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;use&lt;BR /&gt;&lt;BR /&gt;# /sbin/passwd&lt;BR /&gt;&lt;BR /&gt;to change the password.&lt;BR /&gt;&lt;BR /&gt;-Niraj</description>
      <pubDate>Tue, 14 May 2002 02:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722933#M63490</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-05-14T02:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722934#M63491</link>
      <description>The culprit is /etc/nsswitch.conf file. The "passwd" entry in that file MUST be resolved with "files" being the first source. If you have an entry like .. &lt;BR /&gt;passwd: nis files&lt;BR /&gt;for example then this would be the error you'll get. Change the order to such ..&lt;BR /&gt;passwd: files nis&lt;BR /&gt;so that passwd always resolve from local file first then only NIS.</description>
      <pubDate>Tue, 14 May 2002 02:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722934#M63491</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-14T02:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: passwd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722935#M63492</link>
      <description>Previous related (close) thread that has similar problem ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe3667d4cf554d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe3667d4cf554d611abdb0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Tue, 14 May 2002 02:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passwd/m-p/2722935#M63492</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-14T02:23:36Z</dc:date>
    </item>
  </channel>
</rss>

