From owner-freebsd-questions Tue Mar 7 8:33:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from asmodeus.diabolis.net (209-6-187-14.c6-0.wth-ubr1.sbo-wth.ma.cable.rcn.com [209.6.187.14]) by hub.freebsd.org (Postfix) with ESMTP id 756E137BBE5 for ; Tue, 7 Mar 2000 08:33:24 -0800 (PST) (envelope-from bunicula@rcn.com) Received: from asmodeus (asmodeus [192.168.2.6]) by asmodeus.diabolis.net (8.9.3/8.9.3) with ESMTP id LAA11135; Tue, 7 Mar 2000 11:28:56 -0500 (EST) (envelope-from bunicula@rcn.com) Date: Tue, 7 Mar 2000 11:28:56 -0500 (EST) From: Brian Anderson X-Sender: bunicula@asmodeus.diabolis.net To: Alexandre Gorges - ASA Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Password format In-Reply-To: <000a01bf8845$71969c40$0476d7c8@netuno.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 7 Mar 2000, Alexandre Gorges - ASA wrote: > How I have to do to export the password archieve file from the Linux format > to the FreeBSD 3.4 format. > > For Example: > > Linux - > algorges:password:201:200:algorges:/home/httpd/clientes/./algorges/:/bin/bash > > FreeBSD - > algorges:password:1001:1001::0:0::/home/system/algorges:/usr/local/bin/bash if you take a look at man 5 passwd, near the bottom is a compatibility section, with a snippet of code that can convert the passwd file formats. brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message