Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 1998 14:53:14 -1000 (HST)
From:      "David Langford" <langfod@dihelix.com>
To:        sward@voltage.net (Susie Ward)
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: passwd to .htpasswd script
Message-ID:  <199804100053.OAA00299@makai.maui.net>
In-Reply-To: <3.0.32.19980409194530.006be410@mail.voltage.net> from Susie Ward at "Apr 9, 98 07:45:30 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804100053.OAA00299>