Miklos Cserzo wrote:
> 
> Hi Folks,
> 
> The new version does not handle NIS properly. The netgroups are not
> accepted in the /etc/hosts.equiv and in /etc/exports files. Further the
> system is not able to pick up hostnames from the NIS database. (The Linux
> host is a NIS client.) All these features were working properly in the 5.3
> version. (The variable is set in the /etc/rc.config.)
> 
> Any idea?
> 
I have had the same problem. The answer I
got from SuSE support, was that this is -
probably - a bug in glibc-2.0.x which is
expected to be fixed in glibc-2.1. In the
mean time I just added the host names to

/etc/hosts.equiv

I don't have problems with netgroups in

/etc/exports

though. You possibly did not check the
file

/etc/nsswitch

which is a new configuration file used
by glibc systems. Mine looks like this:

passwd:         files nis
group:          files nis
shadow:         files nis

hosts:          dns nis [!UNAVAIL=return] files
networks:       nis [NOTFOUND=return] files
netgroup:       nis [NOTFOUND=return] files
protocols:      nis [NOTFOUND=return] files
rpc:            nis [NOTFOUND=return] files
ethers:         nis [NOTFOUND=return] files
netmasks:       nis [NOTFOUND=return] files
bootparams:     nis [NOTFOUND=return] files
publickey:      nis [NOTFOUND=return] files

services:       files nis
automount:      files nis
aliases:        files nis

Hope this helps,

Ruben
-- 
Dr. Ruben Schattevoy

Institut fuer Molekulare Biotechnologie,
Beutenbergstrasse 11,
07745 Jena,
Germany
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to