$result1 = `$delTSGroupUsersCmd $redirect`;do we get the user issue(owner/root) when we execute like above command? I guess the system will run the above command as root user. If not, in this particular command, how can mention the root user?
Yes, it is external task/script. It was working before. But not sure what happened after that.
For the external tasks to be executed as SYSTEM in TeamSite 6.7, you need to set the following in the [authentication] section of the iw.cfg file:[authentication]impersonate_without_password=falseIf we add this line, will that effect any other permissions?Actually we are using this add group script in assignment workflow. Can we give any special permission to the assigner to make it work without doing changes to iw.cfg?