Veritas Data Insight User's Guide
- Section I. Introduction
- Section II. Data Insight Workspace
- Navigating the Workspace tab
- Analyzing data using the Workspace views
- Viewing access information for files and folders
- Viewing user activity on files or folders
- About visualizing collaboration on a share
- Viewing access information for users and user groups
- Section III. Data Insight reports
- Using Data Insight reports
- About Data Insight security reports
- Permissions reports
- Permissions Search report
- Creating a Permissions Query Template
- Permissions Query Template actions
- Ownership Reports
- About Data Insight storage reports
- About Data Insight custom reports
- Managing reports
- Viewing reports
- Using Data Insight reports
- Section IV. Remediation
- Configuring remediation workflows
- Managing workflow templates
- Creating a workflow using a template
- Managing workflows
- Using the Self-Service Portal
- About the Self-Service Portal
- Managing data
- About managing data using Enterprise Vault and custom scripts
- About adding tags to files, folders, and shares
- Managing permissions
- Configuring remediation workflows
- Appendix A. Command Line Reference
Customizing Entitlement Review report output
The Entitlement Review report reviews user entitlements on a specified path. You can customize the report and configure it to do the following:
Non-expansion of certain groups.
By default, the report output displays the permissions that are assigned to specific users within groups. You can configure the report such that specific groups are not expanded and the report only displays the permissions for the group and not for all the users within the group. To configure groups for non-expansion:
Use the sample file,
simple_permissions_attr.properties
to specify comma-separated SIDs of the groups that you do not want to expand.Save the file in the default data directory,
C:\DataInsight\data\console\reports\customHeaders
. You can also choose to save the file at any other location.
Consider global groups in the report.
By default, the Entitlement Review report does not display permissions for certain well-known groups such as Everyone or Authenticated Users. To consider global groups in the report:
In the
simple_permissions_attr.properties
file, set the following property:perm_wkex_sid_exclusion=1
Note:
Global groups are not expanded.
Consider permission bits for tuning permissions that are displayed on the
tab.By default, Entitlements Review workflow displays three permissions - Full Control, Read, and Modify. We can add more permission names to be visible in the workflow or modify current definition by using a mapping file. To display more permissions or change the default name of a permission:
Use the
sample er_mappings.properties
file to specify the permission bits mapping to the permissions to be shown in the workflow. For example, you may want to map the Windows permission Full Control to be displayed as Full Ownership.Place this file under
C:\DataInsight\data\conf\workflow
.Ensure that you take care of the permission precedence. If there are two permission bits set for a group or user, the Entitlement Review workflow maps the custom permission name to the permission name appearing in first precedence.