From owner-freebsd-questions@FreeBSD.ORG Tue Aug 16 10:07:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 920AF16A41F for ; Tue, 16 Aug 2005 10:07:07 +0000 (GMT) (envelope-from gjbailey@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD5B43D45 for ; Tue, 16 Aug 2005 10:07:07 +0000 (GMT) (envelope-from gjbailey@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so1155432wra for ; Tue, 16 Aug 2005 03:07:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dENz+O9o91um6zWSFt3/RflDyBxuZ4tmHqnMjyRMxgrXyNIIVxf7Vfo/GRbO/Y8GeRJMo54gNp7WklRQSH1cmncW4YywPWrjSPZGwdxnlQuLaXKyczQGuKuOS/uzohnJ0pVh4rABdJSis1HZoHnaxDHswihnAj2XDX9lzLSabk8= Received: by 10.54.31.21 with SMTP id e21mr4163555wre; Tue, 16 Aug 2005 03:07:06 -0700 (PDT) Received: by 10.54.84.1 with HTTP; Tue, 16 Aug 2005 03:07:06 -0700 (PDT) Message-ID: <48a5f32a0508160307c2a555e@mail.gmail.com> Date: Tue, 16 Aug 2005 12:07:06 +0200 From: Gareth Bailey To: freebsd-questions In-Reply-To: <48a5f32a050815072936dbdf99@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48a5f32a050815072936dbdf99@mail.gmail.com> Subject: Re: Creating standalone passwords in /etc/passwd format X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 10:07:07 -0000 I have had a look at crypt (enigma), but it doesn't appear to use the same algorithm? I need the same as that used in passwd! Thanks On 8/15/05, Gareth Bailey wrote: > Hi there, >=20 > I am using pserver for authentication on CVS. Rather than use the same > passwords as in /etc/passwd, I'd rather create different ones for > users. How would I output a password to, for example, a text file in > the same format as that of /etc/passwd. >=20 > i.e: # xxx mynewpassword > encrypted_password.txt >=20 >=20 > Thanks! >