From owner-freebsd-hackers Sat Apr 19 22:13:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA04776 for hackers-outgoing; Sat, 19 Apr 1997 22:13:14 -0700 (PDT) Received: from agni.nuko.com ([207.82.229.31]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA04754; Sat, 19 Apr 1997 22:13:08 -0700 (PDT) Received: (from vinay@localhost) by agni.nuko.com (8.7.5/8.6.12) id WAA16052; Sat, 19 Apr 1997 22:12:54 -0700 (PDT) From: Vinay Bannai Message-Id: <199704200512.WAA16052@agni.nuko.com> Subject: Need a common passwd file among machines To: freebsd-hackers@freebsd.org, freebsd-isp@freebsd.org Date: Sat, 19 Apr 1997 22:12:54 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi folks, I need a common passwd file that is shared by a FreeBSD machine, Linux machine, Solaris and a SunOS machine. I do not want to use NIS. I thought of using rdist to distribute the passwd file among all these machines but could not because some of them use shadow passwd files and others don't. Also, I am not sure the passwd encryption is the same on all these platforms. More generally, the reason I am using this approach is to make the developement of code easier by using cvs. I have one machine exporting the cvs source tree and others mount it. To keep the same uids, I need to share the passwd files. Does anyone have a better suggestions? Thanks Vinay