Hi all,
It appears something changed with iw_cgi_wrapper.cgi from 6.5 to 6.7.1. We are running 6.7.1 (sp1) on Windows 2003. We rely on that for many scripts.
If we do a simple test by using the show_env script and also print out a whoami on our 6.7.1 box
http:///iw-cc/iw-bin/iw_cgi_wrapper.cgi/custom_show_env.iplyou will see down the bottom:
Whoami: nt authority\system
If I run it on our older 6.5 box :
Whoami: code1\usd01111 <<< actual domain name of user
The only change to the show_env script was addition of these lines
my $foo = `whoami 2>&1`;
print "
Whoami: $foo
";
We have an IWOV support ticket open. It messes up some of our scripts which then leave the "modified by" as system rather than the user.
We followed page 58 of the 6.7.1 admin guide and tried all options of
impersonate_without_password=false|true
disable_ext_task_impersonation=false|true
any none seem to yield the right results.
Any thoughts?
Keith.