Hello,
I run windows 2k for my web server with iis 5, I tested a script for someone
on this issue and $AUTH_USEr worked fine, as long as you set the directory or
page as password protected (requiring windows logon). Hope this helps
~Jeff
In a message dated 4/11/2001 1:43:37 PM Eastern Daylight
"Paul Wieland" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm using PHP to build our companies Intranet. I am able to setup
> permissions to certain areas of the website by specifiying permissions to
> the corresponding folders. In some areas, I need to ke
Yes, it is possible (I use it both with IIS and Apache),
but you must use Challenge-Response security mode (IIS only)
and all clients must be IE only.
You can use Apache server as well - but you need extra module
ApacheModuleNTLM.dll
(http://members.ozemail.com.au/~timcostello/mod_ntlm/)
MaT
>-