Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
The impersonate_without_password option
abhijeet1
Looks like whatever I set this option to, the external scripts are being run as system. We are running TS 671 sp1 on Win2k3. Correct me if I am wrong, but isnt this the option to make scripts run as the currently logged-in user? We are calling a script from a custom menu item, and would like it to be run as the logged user. Any input/feedback appreciated
Abhijeet
Find more posts tagged with
Comments
beez
WF external task impersonation is controlled by a flag in iw.cfg - under [authentication] disable_ext_task_impersonation ="true" | "false". The default is "false", meaning external tasks will run with impersonation, as the task owner. Set to "true" to make WF external tasks run as SYSTEM. See TS6.7.1SP1 Release Notes for more info.