You can add the user to the following role so that the View File and Accept File Delay commands specific to FTM are restricted. Please see the XML below:
<role name="Restrict FTM viewFile"> <permissions> <permission> <command> <targets> <target>/geneos/gateway/directory/probe/managedEntity/sampler[(param("PluginName")="FTM")]/dataview/rows/row/cell</target> </targets> <names> <name>/PLUGIN:FTM:viewFile</name> </names> <access>none</access> </command> </permission> </permissions> <users> <user ref="support"></user> </users> </role>
You can use this with your other existing roles but please ensure that your current 'combineMode' setting for Authentication is set properly as it can either inherit the highest possible permissions or the lowest. Please see the Authentication section of our documentation for more details.https://resources.itrsgroup.com/docs/geneos/Gateway2/reference_guide/index.html#gw2-refguide-section-7-authentication
|
Comments
0 comments
Please sign in to leave a comment.