RE: [PHP-WIN] Getting user on iis with "WWW-Authenticate: Negotiate"

2006-12-07 Thread Vincent DUPONT
nt -Original Message- From: Aspen Olmsted [mailto:[EMAIL PROTECTED] Sent: Wed 6/12/2006 18:06 To: php-windows@lists.php.net Subject: [PHP-WIN] Getting user on iis with "WWW-Authenticate: Negotiate" I have "WWW-Authenticate: Negotiate" working on IIS 5.1 and php 5.2

[PHP-WIN] Getting user on iis with "WWW-Authenticate: Negotiate"

2006-12-06 Thread Aspen Olmsted
I have "WWW-Authenticate: Negotiate" working on IIS 5.1 and php 5.2 in isapi mode but I can not figure out how to determine the user name that was used. The When I decode $_SERVER['HTTP_AUTHORIZATION'] I get NTLMSSP: $_Server[base64_decode(substr($_SERVER['HTTP_AUTHORIZATION'],10))] I have the