*BSD News Article 98120


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.edu.au!munnari.OZ.AU!news.Hawaii.Edu!news.caldera.com!enews.sgi.com!EU.net!news.maxwell.syr.edu!eerie.fr!cnusc.fr!univ-lyon1.fr!jussieu.fr!not-for-mail
From: bouyer@chassiron.ensta.fr (Manuel Bouyer)
Newsgroups: comp.unix.bsd.netbsd.misc
Subject: Re: NIS server support
Date: 20 Jun 1997 14:26:18 GMT
Organization: Universites Paris VI/Paris VII - France
Lines: 37
Message-ID: <5oe3ua$1ui$1@vishnu.jussieu.fr>
References: <6Z5J-lIZo$B@rimki.toppoint.de>
NNTP-Posting-Host: antifer.ipv6.ibp.fr
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
To: chrimek@toppoint.de
X-Newsreader: Newsview 0.38 (pre-beta)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.netbsd.misc:6145

Christoph Rimek (chrimek@rimki.toppoint.de) wrote:
> Hello
> 
> My Question: when will NetBSD get NIS server support ?
> 
> For the last 3 years I am rather happy with NetBSD, now running 1.2.1
> on a Compaq-PC, but the lack of this feature makes me think of a change
> to FreeBSD, which has the server support included.
> 

NetBSD-current has a NIS server, so will NetBSD-1.3.
You yould be able to backport it to 1.2.1, but you will need to recompile
your libc. For that you need (I think, I didn't try):
src/include/rpcsvc/yp_prot.h
src/include/rpcsvc/ypclnt.h
src/lib/libc/yp
src/lib/libc/yp/*
src/lib/librpcsvc/yp.x
src/lib/librpcsvc/yppasswd.x
src/usr.bin/passwd
src/usr.bin/ypcat
src/usr.bin/ypmatch
src/usr.bin/ypwhich
src/usr.sbin/rpc.yppasswdd
src/usr.sbin/ypbind
src/usr.sbin/yppoll
src/usr.sbin/ypserv
src/usr.sbin/ypset

NetBSD-current is available from ftp.netbsd.org:/pub/NetBSD/NetBSD-current
and various mirrors.

-- 
Manuel Bouyer, MASI, Universite Paris VI.
email: bouyer@masi.ibp.fr
       bouyer@ensta.fr
--