On 11/16/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote:
> How can I force Apache2 to use existing crypt-generated passwords for
> BasicAuth and which are currently working fine on Apache 1.3.
>
> I am going to be migrating a lot of password lists to Apache2 and I'd
> like it to be a silent migration.

As far as I know, unless the password is recognized as coming from one
of apache's hashing algorithms (md5/sha1), it will simply be fed to
the system crypt library for comparisons.  So anything that worked on
your system in 1.3 should also work in 2.x.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to