Limit task and engine sharing

Use this section to prevent users from sharing tasks and engines.

By default there is no limit to task and engine sharing and all users are authorized to share their tasks and engine connections. If you want to change this behavior, preventing users from sharing tasks and engines, set this property to true.

The property default value is false, set it to true to enable the limit:
limitShareTask
Set to true to prevent users from sharing tasks.
limitShareEngine
Set to true to prevent users from sharing engine connections.
<?xml version"1.0"?>
<tdwc>
.
.
 <settings>
  <security>
   <property name="limitShareTask"     value="false" /> 
   <property name="limitShareEngine"   value="false" /> 
  </security>
 </settings>
.
.
</tdwc> 
See TdwcGlobalSettings.xml sample to view the complete syntax for the file.

For more information about how to customize global settings, see Customizing your global settings.