Edit report at http://bugs.php.net/bug.php?id=27051&edit=1
ID: 27051 Updated by: [email protected] Reported by: ghoffer at globalscape dot com Summary: Impersonation with FastCGI does not EXEC process as impersonated user Status: Feedback Type: Bug Package: CGI related Operating System: Windows PHP Version: 5.3 Assigned To: pajoye New Comment: I don't know either and hard to say why it does not work for you but for us (same config). I feel like you actually configure it wrong. impersonation in 5.2 was not fully working and was not doing the right thing (not only for exec&co). I can't help further without more details about how you configure the impersonation or having a remote access to debug. Previous Comments: ------------------------------------------------------------------------ [2010-03-25 00:17:50] heer2351 at zonnet dot nl Changed to your suggestion with \\, same error. Changed to 5.2.13 ran my version and your version both echo the correct username. ------------------------------------------------------------------------ [2010-03-25 00:13:31] heer2351 at zonnet dot nl What I do not understand is that 5.2.13 works and 5.3.2 (or 5.3.3) does not work with the same configuration. ------------------------------------------------------------------------ [2010-03-25 00:11:56] [email protected] echo exec('c:\Windows\System32\whoami'); can't work. echo exec('c:\\Windows\\System32\\whoami'); should work. ------------------------------------------------------------------------ [2010-03-25 00:09:56] heer2351 at zonnet dot nl Box is behind a company firewall so you can unfortunately not access it. This is an intranet site. ------------------------------------------------------------------------ [2010-03-25 00:08:31] heer2351 at zonnet dot nl This is what I ran: <?php echo exec('c:\Windows\System32\whoami'); ?> ProcMon shows cmd.exe being started by php-cgi.exe A thread is created running as the correct user. Excecuted command is: cmd.exe /c "c:\Windows\System32\whoami" I do notice that the process exits with Exit Status 5, which is normally access denied. I have however already tried to give Everyone full access to the whole machine, i.e. all drives. Still the same error. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=27051 -- Edit this bug report at http://bugs.php.net/bug.php?id=27051&edit=1
