<?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 Shadow passwords in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175562#M732571</link>
    <description>I am an HP-UX 11.23 user and tried to do pass word shadowing using the pwconv command. This is what I got:&lt;BR /&gt;&lt;BR /&gt;#  pwconv&lt;BR /&gt;&lt;BR /&gt;*Warning*:  There is a restriction on the use of shadow password&lt;BR /&gt;functionality in this release of HP-UX.  Failure to consider this&lt;BR /&gt;limitation may lead to an inability to log in to the system after&lt;BR /&gt;the conversion is performed.  A system converted to use shadow&lt;BR /&gt;passwords is not compatible with any repository other than files&lt;BR /&gt;and ldap. This means that the passwd entry in the nsswitch.conf&lt;BR /&gt;file must not contain nis, nis+, or dce.&lt;BR /&gt;&lt;BR /&gt;Would you like to proceed with the conversion? (yes/no):&lt;BR /&gt;&lt;BR /&gt;I don't understand the "repository other than files and ldap statement". I don't use nis, nis+ or i think dce.&lt;BR /&gt;&lt;BR /&gt;Should I continue with the conversion or not?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 15 May 2009 15:47:35 GMT</pubDate>
    <dc:creator>Kwahae_1</dc:creator>
    <dc:date>2009-05-15T15:47:35Z</dc:date>
    <item>
      <title>Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175562#M732571</link>
      <description>I am an HP-UX 11.23 user and tried to do pass word shadowing using the pwconv command. This is what I got:&lt;BR /&gt;&lt;BR /&gt;#  pwconv&lt;BR /&gt;&lt;BR /&gt;*Warning*:  There is a restriction on the use of shadow password&lt;BR /&gt;functionality in this release of HP-UX.  Failure to consider this&lt;BR /&gt;limitation may lead to an inability to log in to the system after&lt;BR /&gt;the conversion is performed.  A system converted to use shadow&lt;BR /&gt;passwords is not compatible with any repository other than files&lt;BR /&gt;and ldap. This means that the passwd entry in the nsswitch.conf&lt;BR /&gt;file must not contain nis, nis+, or dce.&lt;BR /&gt;&lt;BR /&gt;Would you like to proceed with the conversion? (yes/no):&lt;BR /&gt;&lt;BR /&gt;I don't understand the "repository other than files and ldap statement". I don't use nis, nis+ or i think dce.&lt;BR /&gt;&lt;BR /&gt;Should I continue with the conversion or not?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 15 May 2009 15:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175562#M732571</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2009-05-15T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175563#M732572</link>
      <description>"This means that the passwd entry in the nsswitch.conf file must not contain nis, nis+, or dce."&lt;BR /&gt;&lt;BR /&gt;What does your nswitch.conf file say?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Fri, 15 May 2009 15:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175563#M732572</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-15T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175564#M732573</link>
      <description>nis, nis+ and dce authentication methods are antiquated and should not be used anyhow, but if for some bizzare reason you still need to use them, you will lose this functionality, that notice is warning you about. All in all, HP doesn't want you to run to them crying after you convert to shadow password use. C-Y-A on their end more than anything else in my opinion.</description>
      <pubDate>Fri, 15 May 2009 15:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175564#M732573</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-15T15:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175565#M732574</link>
      <description># cat /etc/nsswitch.conf&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B11.23_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# does not use any name services.&lt;BR /&gt;#&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files dns&lt;BR /&gt;ipnodes:      files dns&lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;</description>
      <pubDate>Fri, 15 May 2009 15:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175565#M732574</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2009-05-15T15:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175566#M732575</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I would look at your '/etc/nsswitch.conf' to see if 'nis' is configured.  If this is an option, and you really aren't using it, remove it and re-issue the 'pwconv'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 May 2009 15:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175566#M732575</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-05-15T15:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175567#M732576</link>
      <description>You look good for the shadow password conversion where your system stands right now.</description>
      <pubDate>Fri, 15 May 2009 15:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175567#M732576</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-15T15:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175568#M732577</link>
      <description>Okay. Will try it and come back to you guys.&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 15 May 2009 16:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175568#M732577</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2009-05-15T16:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175569#M732578</link>
      <description>All is well. I guess I will do the rest of my servers. Thanks all.</description>
      <pubDate>Fri, 15 May 2009 17:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175569#M732578</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2009-05-15T17:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow passwords</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175570#M732579</link>
      <description>Thanks all.</description>
      <pubDate>Fri, 15 May 2009 17:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shadow-passwords/m-p/5175570#M732579</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2009-05-15T17:50:16Z</dc:date>
    </item>
  </channel>
</rss>

