From owner-freebsd-questions Fri Jan 9 14:07:02 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA18070 for questions-outgoing; Fri, 9 Jan 1998 14:07:02 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from fellspt.charm.net (seth@fellspt.charm.net [199.0.70.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA18056 for ; Fri, 9 Jan 1998 14:06:40 -0800 (PST) (envelope-from seth@fellspt.charm.net) Received: (from seth@localhost) by fellspt.charm.net (8.8.7/8.8.5) id RAA17374; Fri, 9 Jan 1998 17:06:23 -0500 (EST) From: Seth Perlman Message-Id: <199801092206.RAA17374@fellspt.charm.net> Subject: Re: FreeBSD NIS To: stephen@farrell.org (stephen farrell) Date: Fri, 9 Jan 1998 17:06:23 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG, seth@fellspt.charm.net (Seth Perlman) In-Reply-To: <87hg7dzain.fsf@phaedrus.uchicago.edu> from "stephen farrell" at Jan 9, 98 01:56:48 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Seth Perlman writes: > > > Are there any ports of FreeBSD NIS to SunOS 4.1 or Solaris being used > > in mission-critical applications? > > Not sure what you mean... why would anyone port freebsd's NIS to sunos > when sunos already has a better version? I need to hack the source code(so I can't use the "better version") in order to replace the dbm map lookup with a direct Sybase database lookup for the etcpasswd row, etcgrouprow,etc. Some of the standard NIS commands would be turned off(like yppush/ypxfr, yppasswdd) since there wouldn't be DBM maps maintained for this application...I don't want to use some unsupported Linux Freebsd version of Sybperl/CTLIb which can break at any time should Sybase change something in its CLient Library implementation. At least NIS is fairly static and not subject to breakage if used in its most basic mode-- client sends key/lookuprequest to NIS server, server returns string to client. Please let me know if you think this last statement is incorrect. thanks...Seth > > > How well does a FreeBSD PC running NIS talk to Solaris machines? Which > > commands if any are not usable? > > I connect to an NIS+ server (running in NIS compat. mode) on a solaris > 2.5 machine from my freebsd box. I cannot change passwords from the > freebsd box (this is a feature of nis+--a machine needs nis+ > credentials before it can change values on nis+ server), but otherwise > it's worked flawlessly. thank you...my password-changing alternate method is already in production. > > > Any help appreciated...thanks > > Hopefully this is of some help--i suspect you want more specifics > which I cannot really provide you with. > -- > > Steve Farrell >