<?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: NIS login issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427065#M355196</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1154/ch04s05.html" target="_blank"&gt;http://www.docs.hp.com/en/5991-1154/ch04s05.html&lt;/A&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Also, make sure your /etc/nsswitch.conf file specifies compat as the name service for passwd. See Chapter 6 â  Configuring the Name Service Switchâ  .&lt;BR /&gt;&lt;BR /&gt;Also make sure to have proper entries in /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
    <pubDate>Tue, 26 May 2009 18:00:51 GMT</pubDate>
    <dc:creator>Nido</dc:creator>
    <dc:date>2009-05-26T18:00:51Z</dc:date>
    <item>
      <title>NIS login issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427063#M355194</link>
      <description>We have HP-UX B.11.31 U 9000/80 server. Recently have configured NIS client on this. &lt;BR /&gt;We can switch to NIS user-id by su  – snadd   and also can query  the userid  by &lt;BR /&gt;#ypcat passwd | grep snadd  -&amp;gt;   it shows the user details.&lt;BR /&gt;&lt;BR /&gt;My issue is, it’s neither allow me to SSH nor telnet with any of NIS ID(but can login with local ID).  Looks  like some issue in nis or Security or PAM setting &lt;BR /&gt;&lt;BR /&gt;I can see in the syslog.log file PAM error.&lt;BR /&gt;May 26 17:43:29 xxx[7036]: error: PAM: No account present for user for snadd from 10.99.4.15&lt;BR /&gt;&lt;BR /&gt;If anybody faced this type of error please help?&lt;BR /&gt;&lt;BR /&gt;Thanks you in advanced.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 15:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427063#M355194</guid>
      <dc:creator>Unix-Support</dc:creator>
      <dc:date>2009-05-26T15:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: NIS login issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427064#M355195</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Clearly NIS integration is not correctly done.&lt;BR /&gt;&lt;BR /&gt;ypwhich&lt;BR /&gt;&lt;BR /&gt;Do you get a clear answer. I think you are not.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1154/ch04s05.html" target="_blank"&gt;http://www.docs.hp.com/en/5991-1154/ch04s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 May 2009 17:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427064#M355195</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-26T17:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: NIS login issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427065#M355196</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1154/ch04s05.html" target="_blank"&gt;http://www.docs.hp.com/en/5991-1154/ch04s05.html&lt;/A&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Also, make sure your /etc/nsswitch.conf file specifies compat as the name service for passwd. See Chapter 6 â  Configuring the Name Service Switchâ  .&lt;BR /&gt;&lt;BR /&gt;Also make sure to have proper entries in /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 26 May 2009 18:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427065#M355196</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-05-26T18:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: NIS login issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427066#M355197</link>
      <description>I can able to su â   nis ID from root login but not directly login with NIS IDs through ssh or telnet. &lt;BR /&gt;I have attached below nsswitch, passwd, group and ypwhich command details. &lt;BR /&gt;-------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;# cat /etc/nsswitch.conf&lt;BR /&gt;passwd:         compat&lt;BR /&gt;# passwd:       files   [NOTFOUND=continue UNAVAIL=return] nis     [NOTFOUND=continue UNAVAIL=continue] ldap&lt;BR /&gt;group:          files   [NOTFOUND=continue UNAVAIL=return] nis&lt;BR /&gt;hosts:          files   [NOTFOUND=continue UNAVAIL=return] nis     [NOTFOUND=continue UNAVAIL=continue] 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   [NOTFOUND=continue UNAVAIL=return TRYAGAIN=continue] nis&lt;BR /&gt;automount:      files&lt;BR /&gt;aliases:        files   [NOTFOUND=continue UNAVAIL=return TRYAGAIN=continue] nis&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------  &lt;BR /&gt;#cat /etc/passwd (only attached bottom contents)&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;+dcs::-2:-2:::&lt;BR /&gt;+nldcsprd::-2:-2:::&lt;BR /&gt;+uepfb::-2:-2:::&lt;BR /&gt;+market::-2:-2::/home/market:&lt;BR /&gt;+@prodids_apps::-2:-2:::&lt;BR /&gt;+@prodids_omega::-2:-2:::&lt;BR /&gt;+@nlomega::-2:-2:::&lt;BR /&gt;+@systems::-2:-2:::&lt;BR /&gt;+@dcs::-2:-2:::&lt;BR /&gt;+@fr::-2:-2:::&lt;BR /&gt;+@us::-2:-2:::&lt;BR /&gt;+::-2:-2:::/usr/bin/false&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------  &lt;BR /&gt;#cat /etc/group   (only attached bottom lines)&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;+:*:*&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------   &lt;BR /&gt;#ypwhich &lt;BR /&gt;root@xxxxxx:/etc&amp;gt; ypwhich&lt;BR /&gt;xxxxxx.uk.infores.com&lt;BR /&gt;---------------------------------------------------------------------------------------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 20:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427066#M355197</guid>
      <dc:creator>Unix-Support</dc:creator>
      <dc:date>2009-05-26T20:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: NIS login issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427067#M355198</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lets Cuts to the basics..&lt;BR /&gt;&lt;BR /&gt;As others say with seems like a nis configuration issue !! ..&lt;BR /&gt;&lt;BR /&gt;I'am under how you have the same user with one ID localy and other ID with the NIS client this is not standard configuration !!.. You should only have 1 user with one ID !! ..&lt;BR /&gt;&lt;BR /&gt;So first lets check the configurations !! .. &lt;BR /&gt;&lt;BR /&gt;On the server&lt;BR /&gt;&lt;BR /&gt;check more /var/yp/Makefile&lt;BR /&gt;&lt;BR /&gt;Check PWFILE=$(DIR)/passwd&lt;BR /&gt;&lt;BR /&gt;It will be the map that you NIS client will use, check if the user is there.&lt;BR /&gt;&lt;BR /&gt;On the client side check  more /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;It should be similar like this  "passwd:       files nis" &lt;BR /&gt;&lt;BR /&gt;In the client do ypwhich -m&lt;BR /&gt;ypcat passwd | grep user&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You don't need to have the same user locally and in the NIS !! .. &lt;BR /&gt;&lt;BR /&gt;If you have any dout please reply !! ..</description>
      <pubDate>Wed, 27 May 2009 13:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nis-login-issue/m-p/4427067#M355198</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2009-05-27T13:35:08Z</dc:date>
    </item>
  </channel>
</rss>

