Subject: NetBSD YP Server compatible with Linux YP Client ?
To: None <netbsd-help@netbsd.org, current-users@netbsd.org>
From: Daniel Dias Gonçalves <ddg@yan.com.br>
List: netbsd-help
Date: 02/23/2005 14:28:36
I'm setup NetBSD 2.0 for YP Server:
# YP (NIS) daemons.
#
ypbind=YES ypbind_flags=""
ypserv=YES ypserv_flags="-d"
yppasswdd=YES yppasswdd_flags=""
and need setup Linux YP client and get/translate master.passwd to shadow
for Linux client.
Linux client:
$ id test
uid=1001(test) gid=100(users) groups=100(users)
$ su test
Password: test
su: Authentication failure
$
/var/log/auth.log:
Feb 23 11:22:33 linux su[2837]: (pam_unix) authentication failure;
logname==1000 euid=0 tty=ttyp2 ruser=linux rhost= user=test
Feb 23 11:22:35 linux su[2837]: pam_authenticate: Authentication failure
How to solve this?
[]s Daniel Dias Gonçalves
ddg@yan.com.br