Re: Apache to use FreeBSD system passwd
From: Rob Warnock (rpw3_at_rpw3.org)
Date: 08/03/04
- Next message: james clarke: "Re: FreeBSD Shell Providing"
- Previous message: Torfinn Ingolfsen: "Re: hints for getting Kodak DX4530 working with 4.10?"
- In reply to: Jean-Yves Avenard: "Re: Apache to use FreeBSD system passwd"
- Next in thread: Jean-Yves Avenard: "Re: Apache to use FreeBSD system passwd"
- Reply: Jean-Yves Avenard: "Re: Apache to use FreeBSD system passwd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 03 Aug 2004 04:52:31 -0500
Jean-Yves Avenard <me@privacy.net> wrote:
+---------------
| Piotr Smyrak wrote:
| > www/mod_auth_pwcheck might be useful
|
| Thank you for the hind. After hours of trying to get mod_auth_pam
| working I gave up and got mod_auth_pwcheck working almost right away.
+---------------
Be advised that unless *ALL* your pages use SSL (https:), you have just
exposed your users' login passwords to network sniffers -- including
any HTTP proxies they might be going through (say, from a hotel or
a coffee-shop hotspot) -- since HTTP Auth Basic passwords are sent
essentially in the clear. [O.k., they're BASE64 encoded, but that
encoding is well-documented and trivial to decode.]
See RFC 2617 "HTTP Authentication: Basic and Digest Access Authentication",
section 2 "Basic Authentication Scheme" and section 4.1 "Authentication
of Clients using Basic Authentication":
The Basic authentication scheme is not a secure method of user
authentication, nor does it in any way protect the entity[1], which
is transmitted in cleartext across the physical network used as
the carrier.
Because of this, it's probably better to use web passwords different
from your login passwords[2]...
-Rob
[1] The user name & password.
[2] Unless you're using other insecure remote login protocols like
Telnet or FTP. (So don't do that: Use SSH and "scp" and/or "sftp".)
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607
- Next message: james clarke: "Re: FreeBSD Shell Providing"
- Previous message: Torfinn Ingolfsen: "Re: hints for getting Kodak DX4530 working with 4.10?"
- In reply to: Jean-Yves Avenard: "Re: Apache to use FreeBSD system passwd"
- Next in thread: Jean-Yves Avenard: "Re: Apache to use FreeBSD system passwd"
- Reply: Jean-Yves Avenard: "Re: Apache to use FreeBSD system passwd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|