Bug 57656 - [new port] www/mod_auth_remote: Allows users to authenticate on a remote web server (apache 2.0.x)
Summary: [new port] www/mod_auth_remote: Allows users to authenticate on a remote web ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-06 18:50 UTC by Clement Laforet
Modified: 2003-10-08 11:32 UTC (History)
1 user (show)

See Also:


Attachments
mod_auth_remote.shar (2.77 KB, text/plain)
2003-10-06 18:50 UTC, Clement Laforet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-10-06 18:50:19 UTC
	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/

How-To-Repeat: 	N/A.
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2003-10-08 11:32:26 UTC
State Changed
From-To: open->closed

New port committed, thanks!