From owner-freebsd-isp Thu Apr 9 17:53:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12721 for freebsd-isp-outgoing; Thu, 9 Apr 1998 17:53:25 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from makai.maui.net (makai.maui.net [206.154.205.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12713 for ; Thu, 9 Apr 1998 17:53:20 -0700 (PDT) (envelope-from langfod@makai.maui.net) Received: (from langfod@localhost) by makai.maui.net (8.8.8/8.8.5) id OAA00299; Thu, 9 Apr 1998 14:53:15 -1000 (HST) Message-Id: <199804100053.OAA00299@makai.maui.net> Subject: Re: passwd to .htpasswd script In-Reply-To: <3.0.32.19980409194530.006be410@mail.voltage.net> from Susie Ward at "Apr 9, 98 07:45:30 pm" To: sward@voltage.net (Susie Ward) Date: Thu, 9 Apr 1998 14:53:14 -1000 (HST) Cc: freebsd-isp@FreeBSD.ORG From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Susie Ward >Does anyone know of a script to convert the passwd file into an .htpasswd >file for securing a web directory? > >Thanks, > >Susie ummm awk -F: '{print $1":"$2} < /etc/master.passwd ?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message