Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 1999 20:03:30 -0800 (PST)
From:      Tom <tom@sdf.com>
To:        "J.C. Frazier" <wolfman@csocs.com>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: apache13-fp-modssl problem with passwords
Message-ID:  <Pine.BSF.4.05.9911281958090.2406-100000@misery.sdf.com>
In-Reply-To: <38420BA0.BCF0E10C@csocs.com>

index | next in thread | previous in thread | raw e-mail


On Sun, 28 Nov 1999, J.C. Frazier wrote:
...
> Anytime a user tries to publish a page from the client, or perform
> anyother operation as an author/administrator, there is a password
> mismatch.  I have checked the passwords and they are correct.  md5 and
> des are installed on the box, md5 being the default.  I believe that
...
> "FreeBSD 'should' support both once you have the secure package
...
> Taken from /var/log/httpd-error.log:
> [Sat Nov 27 20:28:01 1999] [error] user fpadmin: authentication failure
> for "/_vti_bin/_vti_aut/author.exe": password mismatch

  Do a "file" on author.exe.  If it is statically linked, it was probably
linked against someother crypt().  

  FreeBSD's libcrypt has a crypt() function that can understand both DES
and MD5.  Howerver, it encrypts using the mentod specified by the symlink.

Tom



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



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9911281958090.2406-100000>