Subject: Re: Where is "htdigest"?
To: None <netbsd-users@netbsd.org>
From: Zbigniew Baniewski <zb@ispid.com.pl>
List: netbsd-users
Date: 05/22/2007 00:43:56
On Tue, May 22, 2007 at 12:21:39AM +0200, Zbigniew Baniewski wrote:

> Or perhaps htdigest can be replaced by some other utility?

OK, found it; something like:

echo -n 'user:realm:' > /etc/lighttpd/user.htdigest
echo 'user:realm:password' | md5sum | cut -b -32 >> /etc/lighttpd/user.htdigest
-- 
				pozdrawiam / regards

						Zbigniew Baniewski