From owner-freebsd-questions Wed Nov 8 19:50:38 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA09911 for questions-outgoing; Wed, 8 Nov 1995 19:50:38 -0800 Received: from tornado.netspace.net.au (netspace.net.au [203.10.110.110]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA09904 for ; Wed, 8 Nov 1995 19:50:23 -0800 Received: (from ahill@localhost) by tornado.netspace.net.au (8.7.1/8.7.1) id OAA07698; Thu, 9 Nov 1995 14:48:03 +1100 (EST) Date: Thu, 9 Nov 1995 14:48:02 +1100 (EST) From: Anthony Hill To: questions@freebsd.org Subject: FreeBSD2.0.5 / BSDI 2 passwords Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk What is the relationship between the passwords on BSDI and FreeBSD ? I notice the encrypted passwords on BSDI seem to be much shorter than the ones on FreeBSD. The reason I ask is because I have written a perl script which creates encrypted passwords suitable for importing directly into FreeBSDs /etc/master.passwd file. (The script uses perls crypt function in a manner similar to Wolfram Schneider's `adduser' script for FreeBSD). Would such a script produce BSDI compatable passwords if it was executed on a BSDI machine ? Anthony Hill