This plugin is for WordPress MS. WPMS Proxied Authentication allows a site administrator to incorporate the last mile of proxying their site from a different domain by adding to the cookies sent back for a successful login to take the proxying domain and path into account.
If you intend to serve several different domains and possibly subdirectories of those domains from one WPMS installation beyond a simple DNS pointer, you will need to use proxying, a commonly used server configuration that can mask the origin of a site from the browser. Out of the box, WPMS will not accept this setup for security purposes; login authentication is achieved through cookies that are specifically set for the domain WPMS runs on itself, and so logging in to the proxied site will always fail. WPMS Proxied Authentication adds cookies for the proxied site.
For example, if you have WPMS installed at
http://wpms.example.org/
with a subdomain at
http://subs.wpms.example.org/
, but you want to display and interact with that site at
http://subs.example.net/site/
, WPMS Proxied Authentication will help you do so.
The plugin was developed with WordPress MS set up for subdomains, not subdirectories, but it should work with either mode. Feedback is welcome.