Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 1997 13:00:58 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        pgilley@metronet.com (Phil Gilley)
Cc:        hackers@freebsd.org
Subject:   Re: Netscape and NIS
Message-ID:  <199701152000.NAA04230@phaeton.artisoft.com>
In-Reply-To: <Pine.HPP.3.95.970115094756.26411A-100000@fohnix.metronet.com> from "Phil Gilley" at Jan 15, 97 09:51:27 am

next in thread | previous in thread | raw e-mail | index | archive | help
> When you send mail, Netscape opens /etc/pwd.db and
> searches through it.  Since it can't find any user account information
> (because it's in the NIS database not the local password database)
> Netscape assumes there's some sort of error.  As I understand things,
> Netscape uses an old version of BSDI for their development and old
> versions of BSDI didn't support NIS so Netscape doesn't know how to
> handle it.

Alternately, you could have a mountable directory containing the
pwd.db, and put a symlink to it in /etc.

It will use the pwd.db from the local host coming up, until it
NFS mounts the pwd.db from the remote host, after which symlink
references will go ther instead of the local db.

This assumes the NIS pwd.db contains standard system accounts,
and that the administrative accounts are centrally administered.

Yes, ideally Netscape would develop on FreeBSD and release for
all other BSD platforms.  To encourage that, FreeBSD needs to
better support threading (like BSDi already does; they are ahead of
FreeBSD in terms of integration there, though they lag for shared
library and NIS, etc.).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701152000.NAA04230>