ID:               34871
 Updated by:       [EMAIL PROTECTED]
 Reported By:      giunta dot gaetano at sea-aeroportimilano dot it
-Status:           Open
+Status:           Feedback
 Bug Type:         IIS related
 Operating System: Windows 2003
 PHP Version:      4.4.0
 New Comment:

How did you determine that it isn't impersonating?



Previous Comments:
------------------------------------------------------------------------

[2005-10-14 14:56:53] giunta dot gaetano at sea-aeroportimilano dot it

Description:
------------
I had a very hard time trying to figure out which user will be used to
actually run the php processes on IIS 6+php isapi.

The server is configured in non-IIS5-compliant security mode, and php
runs fine, but it keeps using the windows user account configured for
anonymous website access, instead of the user account set for the
Application Pool connected to the website in question.

All MS docs state that web apps run under the user account/using the
privileges of the account defined for the App. Pool (by default NETWORK
SERVICE).

User comments on the online manual vary wildly: some users seem to have
had success in using the app. pool user, some using the anonymous
connection user.

Docs at
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/webapp/iis/appisoa.mspx#EGAA
indicate that in order for the web app to exibhit this behaviour, it
has to call the he Win32API RevertToSelf function, of which I sould
finnd no trace in the php source code, except for the FCGI module...

Am I missing something?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34871&edit=1

Reply via email to