RE: REMOTE_USER server variable not passed by mod_aspdotnet

2004-11-04 Thread William A. Rowe, Jr.
At 03:18 AM 11/4/2004, you wrote: >No need to worry about the REMOTE_USER, it's the standard behaviour of ASP.NET >and not from mod_aspdotnet, it turns out that I've to write an own IHttpModule >that handles authentication now I'm using LDAP as authentication (interpret >the authenticated user f

RE: REMOTE_USER server variable not passed by mod_aspdotnet

2004-11-04 Thread Yussef Alkhamrichi
son for this setting? From: "Yussef Alkhamrichi" <[EMAIL PROTECTED]> Reply-To: "CLI Dev" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: REMOTE_USER server variable not passed by mod_aspdotnet Date: Wed, 03 Nov 2004 23:44:27 + sorry for spamming this list :) I

REMOTE_USER server variable not passed by mod_aspdotnet

2004-11-03 Thread Yussef Alkhamrichi
sorry for spamming this list :) I'm using LDAP authentication on my Apache 2.0 server and with PHP I nicely get the REMOTE_USER name back but with ASP.NET I don't. I have had a look at Apache::Web::WorkerRequest::WorkerRequest() and Apache::Web::WorkerRequest::GetServerVariable(). It seems like