Hello,
I'm running svn_95(172.20.100.13), client to a linux NIS server(nisserver). Any attempt to login via sh/telnet/gnome with an account stored in NIS fails to login.(local account work fine). Snoop shows : ==When I enter username== 172.20.100.13 -> nisserver NIS C MATCH liebster in passwd.byname nisserver -> 172.20.100.13 NIS R MATCH OK ==When I enter password=== 172.20.100.13 -> nisserver NIS C MATCH liebster in passwd.byname nisserver -> 172.20.100.13 NIS R MATCH OK 172.20.100.13 -> nisserver NIS C MATCH liebster in passwd.byname nisserver -> 172.20.100.13 NIS R MATCH OK 172.20.100.13 -> nisserver NIS C MATCH liebster in passwd.byname nisserver -> 172.20.100.13 NIS R MATCH OK The server never requests the shadow map. I can ypcat passwd.byname, as well as shadow.byname and see the correct information. I'm running CIFS server and NFS server that work correctly with the NIS accounts. Files are assigned correct UIDs and the CIFS server's idmap finds the correct unix entries from NIS. The account I'm trying to log in with has an entry locally in /etc/user_attr, nsswitch.conf has: passwd: compat group: compat rpc: files nis publickey: files nis netgroup: files nis automount: files nis aliases: files nis auth_attr: files nis prof_attr: files nis project: files nis /etc/passwd and /etc/shadow have a + as the last entry. ssh fails with... -bash-3.2# ssh liebster at localhost Password: Password: Password: Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive). -bash-3.2# No entries in /var/adm/messages recorded for the failed login attempts. Any pointers on how to proceed with troubleshooting? Thanks, Dan -- This message posted from opensolaris.org