Re: mod_proxy post authentication with modified credentials

2007-02-16 Thread Perrin Harkins
On 2/16/07, Steve Ensley <[EMAIL PROTECTED]> wrote: What would a workable way to proxy this connection to the appserver but providing the modified credentials. I can think of a few things that would probably work. You could make the proxy requests yourself, with LWP. You could hack the source

mod_proxy post authentication with modified credentials

2007-02-16 Thread Steve Ensley
I am trying to use Apache to replace a commercial authentication front end for a legacy application server that needs to be supported for another year. I need authenticate a user to the corporate LDAP, then get a PIN stored as another LDAP attribute and build a new credentials string. I have