LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: HALES, Brett <brett.hales@baesystems.com>
  To  : linuxsa@linuxsa.org.au <linuxsa@linuxsa.org.au>
  Date: Fri, 30 Nov 2001 11:22:51 +1030

NIS RH 7.1 and Solaris 2.5.1

Hi,

I am currently trying to get a RedHat 7.1 machine to authenticate NIS
clients using NIS from our Solaris 2.5.1 server.

I have set up the /etc/yp.conf file and /etc/nsswitch.conf file to query NIS
and started ypbind successfully.

I can do a 'ypcat passwd' therefore I know I can successfully query our NIS
master server.

When a user logs in it does not authenticate them.

I have been surfing think the problem lies in /etc/pam.d/login, am I
correct?

Here it is, what should I change so it can authenticate, do I need to stop
and start anything after changing this file?

--------------------------------

#%PAM-1.0
auth       required     /lib/security/pam_securetty.so
auth       required     /lib/security/pam_stack.so service=system-auth
auth       required     /lib/security/pam_nologin.so
account    required     /lib/security/pam_stack.so service=system-auth
password   required     /lib/security/pam_stack.so service=system-auth
session    required     /lib/security/pam_stack.so service=system-auth
session    optional     /lib/security/pam_console.so

Brett

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page