From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 14 03:25:57 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7252116A420 for ; Fri, 14 Oct 2005 03:25:57 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B1D43D53 for ; Fri, 14 Oct 2005 03:25:56 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so211165qbd for ; Thu, 13 Oct 2005 20:25:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s05JQsiVqh29wfjDB/xrVzFSwVzNQhe1CP2/0dpts0JUvZh9hWrsxKH7kTsO8tIgfnYsRZB6x4LWlHBU7qkpSoLAX7frPIu+jqWmprk6PgudOX4YRiA/PCIQoOcmozXAWtUaz71a4UzZA6qDjgaQhe/n8ZJRd3Hlt1a5ZJaFwWs= Received: by 10.65.137.3 with SMTP id p3mr365012qbn; Thu, 13 Oct 2005 20:25:56 -0700 (PDT) Received: by 10.65.110.12 with HTTP; Thu, 13 Oct 2005 20:25:55 -0700 (PDT) Message-ID: Date: Fri, 14 Oct 2005 11:25:55 +0800 From: Jiawei Ye To: Simon Roberts In-Reply-To: <20051014031654.43563.qmail@web33403.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <38664.202.65.114.154.1129284462.squirrel@webmail.usd.ac.id> <20051014031654.43563.qmail@web33403.mail.mud.yahoo.com> Cc: freebsd-hackers@freebsd.org, iwan@staff.usd.ac.id Subject: Re: system password's file X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 03:25:57 -0000 On 10/14/05, Simon Roberts wrote: > Try /etc/passwd and /etc/shadow > User id and basic stuff in passwd, the encrypted passwords in shadow. I > don't know if the encryption algorithms are compatible between linux > and bsd or not. > > hth > Simon Make sure you don't have >16 chars username before migrating. FreeBSD doesn't support really long usernames. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming