Sergio Stateri wrote:
Is there any way to do Apache HTTP Server recognize the users of Operation System and put it in a System Variable, like IIS with Integrated Authentication ? (IIS put Windows logged User in the REMOTE_USER cgi variable).
For Windows this is correct, you can use IE with NTLM/mod_auth_sspi. But for non-Windows or non-IE clients - the answer is no, that's not something that the web browser will typically divulge.
