<?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: PAM authentication with redhat release 4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586081#M18779</link>
    <description>Here is what the /etc/nsswitch.conf looks like.&lt;BR /&gt;&lt;BR /&gt;# /etc/nsswitch.conf&lt;BR /&gt;#&lt;BR /&gt;# An example Name Service Switch config file. This file should be&lt;BR /&gt;# sorted with the most-used services at the beginning.&lt;BR /&gt;#&lt;BR /&gt;# The entry '[NOTFOUND=return]' means that the search for an&lt;BR /&gt;# entry should stop if the search in the previous entry turned&lt;BR /&gt;# up nothing. Note that if the search failed due to some other reason&lt;BR /&gt;# (like no NIS server responding) then the search continues with the&lt;BR /&gt;# next entry.&lt;BR /&gt;#&lt;BR /&gt;# Legal entries are:&lt;BR /&gt;#&lt;BR /&gt;#       nisplus or nis+         Use NIS+ (NIS version 3)&lt;BR /&gt;#       nis or yp               Use NIS (NIS version 2), also called YP&lt;BR /&gt;#       dns                     Use DNS (Domain Name Service)&lt;BR /&gt;#       files                   Use the local files&lt;BR /&gt;#       db                      Use the local database (.db) files&lt;BR /&gt;#       compat                  Use NIS on compat mode&lt;BR /&gt;#       hesiod                  Use Hesiod for user lookups&lt;BR /&gt;#       [NOTFOUND=return]       Stop searching if not found so far&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# To use db, put the "db" in front of "files" for entries you want to be&lt;BR /&gt;# looked up first in the databases&lt;BR /&gt;#&lt;BR /&gt;# Example:&lt;BR /&gt;#passwd:    db files nisplus nis&lt;BR /&gt;#shadow:    db files nisplus nis&lt;BR /&gt;#group:     db files nisplus nis&lt;BR /&gt;&lt;BR /&gt;passwd:     files&lt;BR /&gt;shadow:     files&lt;BR /&gt;group:      files&lt;BR /&gt;&lt;BR /&gt;#hosts:     db files nisplus nis dns&lt;BR /&gt;hosts:      files dns&lt;BR /&gt;&lt;BR /&gt;# Example - obey only what nisplus tells us...&lt;BR /&gt;#services:   nisplus [NOTFOUND=return] files&lt;BR /&gt;#networks:   nisplus [NOTFOUND=return] files&lt;BR /&gt;#protocols:  nisplus [NOTFOUND=return] files&lt;BR /&gt;#rpc:        nisplus [NOTFOUND=return] files&lt;BR /&gt;#ethers:     nisplus [NOTFOUND=return] files&lt;BR /&gt;#netmasks:   nisplus [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;bootparams: nisplus [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;ethers:     files&lt;BR /&gt;netmasks:   files&lt;BR /&gt;networks:   files&lt;BR /&gt;protocols:  files&lt;BR /&gt;rpc:        files&lt;BR /&gt;services:   files&lt;BR /&gt;&lt;BR /&gt;netgroup:   files&lt;BR /&gt;&lt;BR /&gt;publickey:  nisplus&lt;BR /&gt;&lt;BR /&gt;automount:  files&lt;BR /&gt;aliases:    files nisplus&lt;BR /&gt;&lt;BR /&gt;[root@admindev1 etc]#</description>
    <pubDate>Wed, 20 Jul 2005 09:35:07 GMT</pubDate>
    <dc:creator>Ragni Singh</dc:creator>
    <dc:date>2005-07-20T09:35:07Z</dc:date>
    <item>
      <title>PAM authentication with redhat release 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586077#M18775</link>
      <description>Hello, I just installed release 4, update 1 and PAM seems to be broken. Frm what I understand, id done correctly, when a user logins using thier windows id and password, he os she should be able to access the Linux system. The same should also work when the person is logging in with thier Unix password. Thats not working.&lt;BR /&gt;&lt;BR /&gt;I am able to login using my windows userid and password but it rejects my windows userid and unix password. &lt;BR /&gt;&lt;BR /&gt;Hope this question is clear to understand and points will be assigned for your time.</description>
      <pubDate>Tue, 19 Jul 2005 13:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586077#M18775</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2005-07-19T13:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: PAM authentication with redhat release 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586078#M18776</link>
      <description>Maybe you wanted to say:&lt;BR /&gt;&lt;BR /&gt;I am able to login using my windows userid and password but it rejects my "LINUX" userid and unix password.&lt;BR /&gt;&lt;BR /&gt;So you can login using windows authentication but not using Linux local authentication, isn't it?&lt;BR /&gt;&lt;BR /&gt;If you post the /etc/pam.d/login and /etc/pam.d/system-auth configuration will help to diagnose the problem.</description>
      <pubDate>Tue, 19 Jul 2005 13:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586078#M18776</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-19T13:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: PAM authentication with redhat release 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586079#M18777</link>
      <description>Thahks for the correction Ivan.&lt;BR /&gt;&lt;BR /&gt;Here are the 2 files for review..&lt;BR /&gt;&lt;BR /&gt;/etc/pam.d/login&lt;BR /&gt;&lt;BR /&gt;#%PAM-1.0&lt;BR /&gt;# PCX add pam_limits to allow users to set soft limits as in /etc/security/limits.conf (memlock)&lt;BR /&gt;auth       required     pam_securetty.so&lt;BR /&gt;auth       required     pam_stack.so service=system-auth&lt;BR /&gt;auth       required     pam_nologin.so&lt;BR /&gt;account    required     pam_stack.so service=system-auth&lt;BR /&gt;password   required     pam_stack.so service=system-auth&lt;BR /&gt;session    required     pam_stack.so service=system-auth&lt;BR /&gt;session    optional     pam_console.so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/pam.d/system-auth -- this file is attached. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 07:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586079#M18777</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2005-07-20T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: PAM authentication with redhat release 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586080#M18778</link>
      <description>Seems to be both ok. Now please post your /etc/nsswitch.conf file.</description>
      <pubDate>Wed, 20 Jul 2005 08:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586080#M18778</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-20T08:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: PAM authentication with redhat release 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586081#M18779</link>
      <description>Here is what the /etc/nsswitch.conf looks like.&lt;BR /&gt;&lt;BR /&gt;# /etc/nsswitch.conf&lt;BR /&gt;#&lt;BR /&gt;# An example Name Service Switch config file. This file should be&lt;BR /&gt;# sorted with the most-used services at the beginning.&lt;BR /&gt;#&lt;BR /&gt;# The entry '[NOTFOUND=return]' means that the search for an&lt;BR /&gt;# entry should stop if the search in the previous entry turned&lt;BR /&gt;# up nothing. Note that if the search failed due to some other reason&lt;BR /&gt;# (like no NIS server responding) then the search continues with the&lt;BR /&gt;# next entry.&lt;BR /&gt;#&lt;BR /&gt;# Legal entries are:&lt;BR /&gt;#&lt;BR /&gt;#       nisplus or nis+         Use NIS+ (NIS version 3)&lt;BR /&gt;#       nis or yp               Use NIS (NIS version 2), also called YP&lt;BR /&gt;#       dns                     Use DNS (Domain Name Service)&lt;BR /&gt;#       files                   Use the local files&lt;BR /&gt;#       db                      Use the local database (.db) files&lt;BR /&gt;#       compat                  Use NIS on compat mode&lt;BR /&gt;#       hesiod                  Use Hesiod for user lookups&lt;BR /&gt;#       [NOTFOUND=return]       Stop searching if not found so far&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# To use db, put the "db" in front of "files" for entries you want to be&lt;BR /&gt;# looked up first in the databases&lt;BR /&gt;#&lt;BR /&gt;# Example:&lt;BR /&gt;#passwd:    db files nisplus nis&lt;BR /&gt;#shadow:    db files nisplus nis&lt;BR /&gt;#group:     db files nisplus nis&lt;BR /&gt;&lt;BR /&gt;passwd:     files&lt;BR /&gt;shadow:     files&lt;BR /&gt;group:      files&lt;BR /&gt;&lt;BR /&gt;#hosts:     db files nisplus nis dns&lt;BR /&gt;hosts:      files dns&lt;BR /&gt;&lt;BR /&gt;# Example - obey only what nisplus tells us...&lt;BR /&gt;#services:   nisplus [NOTFOUND=return] files&lt;BR /&gt;#networks:   nisplus [NOTFOUND=return] files&lt;BR /&gt;#protocols:  nisplus [NOTFOUND=return] files&lt;BR /&gt;#rpc:        nisplus [NOTFOUND=return] files&lt;BR /&gt;#ethers:     nisplus [NOTFOUND=return] files&lt;BR /&gt;#netmasks:   nisplus [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;bootparams: nisplus [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;ethers:     files&lt;BR /&gt;netmasks:   files&lt;BR /&gt;networks:   files&lt;BR /&gt;protocols:  files&lt;BR /&gt;rpc:        files&lt;BR /&gt;services:   files&lt;BR /&gt;&lt;BR /&gt;netgroup:   files&lt;BR /&gt;&lt;BR /&gt;publickey:  nisplus&lt;BR /&gt;&lt;BR /&gt;automount:  files&lt;BR /&gt;aliases:    files nisplus&lt;BR /&gt;&lt;BR /&gt;[root@admindev1 etc]#</description>
      <pubDate>Wed, 20 Jul 2005 09:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586081#M18779</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2005-07-20T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: PAM authentication with redhat release 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586082#M18780</link>
      <description>Seems ok too. When you say "login", are you tatlking about an interactive shell or access to samba shares?.&lt;BR /&gt;&lt;BR /&gt;When you try to access using a Linux account, what is the error that you have? What the files /var/log/messages and /var/log/secure says?</description>
      <pubDate>Wed, 20 Jul 2005 12:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-authentication-with-redhat-release-4/m-p/3586082#M18780</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-20T12:00:48Z</dc:date>
    </item>
  </channel>
</rss>

