NIS+ client on Redhat 9

wlwalker at datasync.com wlwalker at datasync.com
Fri May 16 03:54:52 EST 2003


First, thank you for your quick response!

I have changed my /etc/pam.d/login to this:

# more login
#%PAM-1.0
auth       required     pam_securetty.so
#auth       required    pam_stack.so service=system-auth
auth       requisite    pam_unix2.so set_secrpc
auth       required     pam_nologin.so
account    required     pam_stack.so service=system-auth
password   required     pam_stack.so service=system-auth
session    required     pam_stack.so service=system-auth
session    optional     pam_console.so

My /etc/pam.d/passwd stayed the same:

# more passwd
#%PAM-1.0
auth       required     pam_stack.so service=system-auth
account    required     pam_stack.so service=system-auth
password   required     pam_stack.so service=system-auth

And my /etc/pam.d/system-auth looks like this:

# more system-auth
#%PAM-1.0
# This file is auto-generated.
# User changes will be destroyed the next time authconfig is run.
auth        required      /lib/security/$ISA/pam_env.so
auth        sufficient    /lib/security/$ISA/pam_unix.so likeauth nullok
auth        required      /lib/security/$ISA/pam_deny.so
 
account     required      /lib/security/$ISA/pam_unix.so
 
password    required      /lib/security/$ISA/pam_cracklib.so retry=3 type=
password    sufficient    /lib/security/$ISA/pam_unix.so nullok use_authtok md5
shadow nis
password    required      /lib/security/$ISA/pam_deny.so
 
session     required      /lib/security/$ISA/pam_limits.so
session     required      /lib/security/$ISA/pam_unix.so

This has caused an additional problem.  I am unable to telnet in to my linux box with either a local or a NIS+ domain account.  By a NIS+ domain account, I mean an account that I can see when I niscat passwd.org_dir, but does not have any reference on the local system.  I get an immediate login incorrect, and close of the telnet session.

The only NIS+ services I have running on the client are nis_cachemgr and keyserv.

Thank you!
Wendy



More information about the linux-nisplus mailing list