When CA Access Control Enterprise Management captures a report snapshot, it collects data from snapshots of CA Access Control and UNAB endpoints, PUPM data from CA Access Control Enterprise Management, and data from the user store. After CA Access Control Enterprise Management collects the report data, it stores the data in the central database.
The snapshot parameter XML file specifies the report data that CA Access Control Enterprise Management collects. You can limit the scope of the report snapshot by customizing the snapshot parameter XML file.
For example, if you use Active Directory as your user store, CA Access Control Enterprise Management collects data for every Active Directory user when it captures a report snapshot. This operation may take a long time to complete. To decrease the time it takes to capture a snapshot, you can limit the scope of the Active Directory snapshot by customizing the snapshot parameter XML file.
To limit the scope of the report snapshot
JBOSS_HOME/server/default/deploy/IdentityMinder.ear/config/com/netegrity/ config/imrexport/sample
You have created a new snapshot parameter XML file.
The information in these topics helps you define the correct LDAP queries in the following steps.
<export object="com.ca.ppm.export.ADUsersCollector"> </export>
This element specifies the Active Directory user data that is included in the snapshot.
<export object="com.ca.ppm.export.ADUsersCollector"> <where attr="%USER" satisfy="ANY"> <value op="EQUALS">(ldap_query)</value> </where> </export>
<export object="com.ca.ppm.export.ADGroupsCollector"> </export>
<export object="com.ca.ppm.export.ADGroupsCollector"> <where attr="%USER" satisfy="ANY"> <value op="EQUALS">(ldap_query)</value> </where> </export>
You have limited the scope of the Active Directory snapshot.
When the capture snapshot task runs, it collects only the data that you specified in the snapshot parameter XML file.
Example: Limit the Scope of Report Snapshots to CA Access Control Endpoints
If you do not use PUPM and UNAB, you can limit the scope of the report snapshot to collect data only from CA Access Control endpoints. To limit the scope of data collection to CA Access Control endpoints, you comment (!-- ) and ( --) all the entries under the <-- PUPM COLLECTORS --> section except for the ReportIdMarkerCollector entry.
The following is a snippet from the PPM_ALL.xml file after it was modified to comment all entries under the <-- PUPM COLLECTORS --> section, excluding the ReportIdMarkerCollector entry:
<!-- PUPM COLLECTORS --> <!-- export object="com.ca.ppm.export.AccountPasswordCollector"> </export --> <!-- export object="com.ca.ppm.export.PPMRolesCollector"> <exportattr attr="|rolemembers|" /> </export --> <!-- export object="com.ca.ppm.export. PrivilegedAccountExceptionCollector"> </export --> <!-- export object="com.ca.ppm.export.PPMPasswordPolicyCollector"> </export --> <!-- export object="com.ca.ppm.export.ADUsersCollector"> </export --> <export object="com.ca.ppm.export.PPMAccountUserAccessCollector"> </export --!> <!-- export object="com.ca.ppm.export.ADGroupsCollector"> <exportattr attr="|groupmembers|" /> </export --> <export object="com.ca.ppm.export.ReportIdMarkerCollector"> </export>
| Copyright © 2012 CA. All rights reserved. |
|