Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 20:02:36 -0700
From:      Adam Weinberger <adam@vectors.cx>
To:        Brian McCann <bjm1287@ritvax.rit.edu>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: htpasswd / Apache
Message-ID:  <20020809030236.GH49844@vectors.cx>
In-Reply-To: <000201c23f50$73c04830$2e00a8c0@dogbert>
References:  <000201c23f50$73c04830$2e00a8c0@dogbert>

next in thread | previous in thread | raw e-mail | index | archive | help
you want the crypt function.

remember, an htpasswd line is simply:

$username:crypt($password, $salt)

-Adam


>> (08.08.2002 @ 1957 PST): Brian McCann said, in 1.9K: <<
> 
>    Hi all.  I have a question for everyone using Apache out there.  I've
>    spent a few days trying to write a set of PHP/Bash scripts that will
>    edit the htpasswd file and htgroup files for Apache, and it's getting
>    old fast.  I'm hitting quite a few road blocks, and getting blown away
>    in awk and bash code.  Does anyone know of any ports or something that
>    would allow me to add, delete, change PWs, and edit group membership
>    via a web interface?
> 
> 
> 
>    Thanks,
> 
>    --Brian
>> end of "htpasswd / Apache" from Brian McCann <<


--
"Oh good, my dog found the chainsaw."
        -Lilo, "Lilo & Stitch"
Adam Weinberger
adam@vectors.cx
http://vectors.cx


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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