From owner-freebsd-questions@FreeBSD.ORG Mon Aug 15 14:29:54 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 A1F5116A41F for ; Mon, 15 Aug 2005 14:29:54 +0000 (GMT) (envelope-from gjbailey@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0667243D5C for ; Mon, 15 Aug 2005 14:29:53 +0000 (GMT) (envelope-from gjbailey@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so983416wra for ; Mon, 15 Aug 2005 07:29:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qhCdIjVGJk1UUgqy2YSG9M0l2kDHjS81WaOFBXk/lLNghCdOryUpmdA4jfVT585+cqqP+4w96gTnNgThUnpjuDtewucDwE/sG6b7wLBXJpQ1XPxuyhL1MWJIhnDTu69SqjjHrvMqb2NBABthtkMTELjelTxUECBuFQFkAphecS0= Received: by 10.54.13.33 with SMTP id 33mr3097790wrm; Mon, 15 Aug 2005 07:29:52 -0700 (PDT) Received: by 10.54.84.1 with HTTP; Mon, 15 Aug 2005 07:29:52 -0700 (PDT) Message-ID: <48a5f32a050815072936dbdf99@mail.gmail.com> Date: Mon, 15 Aug 2005 16:29:52 +0200 From: Gareth Bailey To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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: Mon, 15 Aug 2005 14:29:54 -0000 Hi there, 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. i.e: # xxx mynewpassword > encrypted_password.txt Thanks!