<?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 configuration problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894312#M45470</link>
    <description>Hi Prabhu,&lt;BR /&gt;&lt;BR /&gt;It seems user home directory is not created.&lt;BR /&gt;If it is automounted form another server, then follow as alexander told. Or else manually create the home directory, then give the proper &lt;BR /&gt;permission for the folder. It happens when NIS user is added in automount environment by using &lt;BR /&gt;sam. &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Deepak&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Apr 2005 03:35:44 GMT</pubDate>
    <dc:creator>Deepak Kulkarni</dc:creator>
    <dc:date>2005-04-06T03:35:44Z</dc:date>
    <item>
      <title>NIS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894307#M45465</link>
      <description>i am facing a problem in REDHAT EL 3.0&lt;BR /&gt;&lt;BR /&gt;the problem is i configured a NIS server &amp;amp; client&lt;BR /&gt;&lt;BR /&gt;the server configration completed without any error&lt;BR /&gt;&lt;BR /&gt;but if i am logging through client&lt;BR /&gt;it is comming with an error &lt;BR /&gt;&lt;BR /&gt;"No directory /home/&lt;USERNAME&gt;!&lt;BR /&gt;logging in with home= "/"&lt;BR /&gt;-bash-2.05 b $"     ------&amp;gt;comes to the prompt&lt;BR /&gt;it is not going to the home directory &lt;BR /&gt;&lt;BR /&gt;help me to sort-out this issue&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 04 Apr 2005 09:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894307#M45465</guid>
      <dc:creator>P M Prabu</dc:creator>
      <dc:date>2005-04-04T09:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894308#M45466</link>
      <description>Check the permissions on the folder /home/&lt;USERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;The user needs to have permission to enter the directory.&lt;BR /&gt;&lt;BR /&gt;Also, make sure the user is not duplicated in /etc/passwd and other file based security files on the client NIS server.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 04 Apr 2005 09:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894308#M45466</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-04T09:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894309#M45467</link>
      <description>Are you automounting users home directories from an NFS server?&lt;BR /&gt;&lt;BR /&gt;If not the users home directory must exist on every machine they try to log in to.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Mon, 04 Apr 2005 10:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894309#M45467</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-04-04T10:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894310#M45468</link>
      <description>have you checked to see if you have access to /home/&lt;USERNAME&gt;?  Is it possibly a directory which is supposed to be mounted statically or automatically which isn't?&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 04 Apr 2005 19:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894310#M45468</guid>
      <dc:creator>HTaghavi</dc:creator>
      <dc:date>2005-04-04T19:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894311#M45469</link>
      <description>What you have to do is:&lt;BR /&gt;share /home on NIS server with NFS.&lt;BR /&gt;Edit the file /etc/auto.master and append this line to it:&lt;BR /&gt;/home      /etc/auto.home&lt;BR /&gt;&lt;BR /&gt;Then create /etc/auto.home and place this line in it:&lt;BR /&gt;*   intr,soft,rw     nisservername:/home/&amp;amp;&lt;BR /&gt;&lt;BR /&gt;after that restart the autofs service:&lt;BR /&gt;service autofs restart&lt;BR /&gt;&lt;BR /&gt;and it should work.</description>
      <pubDate>Tue, 05 Apr 2005 00:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894311#M45469</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-04-05T00:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894312#M45470</link>
      <description>Hi Prabhu,&lt;BR /&gt;&lt;BR /&gt;It seems user home directory is not created.&lt;BR /&gt;If it is automounted form another server, then follow as alexander told. Or else manually create the home directory, then give the proper &lt;BR /&gt;permission for the folder. It happens when NIS user is added in automount environment by using &lt;BR /&gt;sam. &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Deepak&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 03:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894312#M45470</guid>
      <dc:creator>Deepak Kulkarni</dc:creator>
      <dc:date>2005-04-06T03:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894313#M45471</link>
      <description>hai thaks all&lt;BR /&gt;&lt;BR /&gt;thare was a problem in automount only&lt;BR /&gt;&lt;BR /&gt;now it is working fine&lt;BR /&gt;&lt;BR /&gt;thanks for u r valuable replies</description>
      <pubDate>Wed, 06 Apr 2005 09:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894313#M45471</guid>
      <dc:creator>P M Prabu</dc:creator>
      <dc:date>2005-04-06T09:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: NIS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894314#M45472</link>
      <description>as permentioned above the problem is solved&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prabu</description>
      <pubDate>Mon, 18 Apr 2005 01:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nis-configuration-problem/m-p/4894314#M45472</guid>
      <dc:creator>P M Prabu</dc:creator>
      <dc:date>2005-04-18T01:03:50Z</dc:date>
    </item>
  </channel>
</rss>

