freebsd-ports/www/mod_auth_remote/pkg-descr
Peter Pentchev 94e7ae3a00 Add mod_auth_remote 0.1 - an Apache module for authentication against
a remote web server/page.

PR:		57656
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-10-08 10:32:04 +00:00

10 lines
568 B
Text

mod_auth_remote allows you to authenticate users on one (or more) remote web
server(s), using basic HTTP authentication.
When a request comes in, mod_auth_remote obtains the client username &
password from the client via basic authentication scheme.
It then builds a HTTP header with authorization header built from the client's
userid:passwd. mod_auth_remote then makes a HEAD request to the authentication
server. On reciept of a 2XX response, the client is validated; for all other
responses the client is not validated.
WWW: http://puggy.symonds.net/~srp/stuff/