Policy Server Guides › Policy Server Administration Guide › SiteMinder and CA Security Compliance Manager › Display List of Available Compliance Reports Or Their Fields › Add a New Compliance Report
Add a New Compliance Report
You can generate other types of compliance reports by adding new reports to the configuration file used by the smcompliance tool.
To add a new compliance report
- Verify the name of the report you want to add displaying a list of available compliance reports with the smcompliance tool.
- Display the fields of the report you want to add, then copy the xml-formatted text from the screen.
- Navigate to the following directory on the Policy Server.
siteminder_home\compliance\config
- Open the default configuration file, compliance.conf, with a text editor.
- Save a copy of the default file using a different name.
- Copy an existing <report> section and paste it above the </reports> tag at the bottom of the configuration file.
- Remove the existing text between the <columns> tags.
- Add the text from Step 2 between the <columns> tags.
- Replace the value of the name attribute in the <report> tag with the name of the report from Step 1.
- Change the value of the name attribute in the <table> tag to describe the new report. The generated report file uses this name.
- Save your changes and close the new configuration file.
The new report is added.
- Run the smcompliance command and specify the new configuration file.