Enterprise Vault™ Compliance Accelerator Administrator's Guide
- Introducing Compliance Accelerator
- Product documentation
- Introducing the Compliance Accelerator client
- Setting up employees and employee groups
- Working with departments
- Implementing Chinese Walls security
- Managing exception employees
- Grouping departments into partitions
- Using attributes to classify departments
- Searching for items
- About searching with Compliance Accelerator
- Building Compliance Accelerator search schedules
- Defining hotwords to search for
- Manually reviewing items
- About reviewing with Compliance Accelerator
- Escalating items
- Working with research folders
- Exporting items
- Creating and viewing reports
- Available Compliance Accelerator reports
- About viewing Compliance Accelerator datasets using the OData web service
- Appendix A. Customizing Compliance Accelerator
- Setting Compliance Accelerator system configuration options
- Appendix B. Importing configuration data from an XML file
- Appendix C. Troubleshooting
- Issues with Compliance Accelerator reports
Creating employee groups
You must have the Manage Employees permission to set up an employee group. By default, users with the role of App User Admin have this permission.
To create an employee group
- Click the Employees tab in the Compliance Accelerator client.
- Click New Employee Group at the top of the window.
The New Employee Group pane appears.
- Type the name of the group and a brief description.
- If you want to synchronize the group with the user account information held in an external source like Active Directory, select Automatically synchronize. Then type the required details.
The options are as follows:
Active Directory search, or Domino LDAP search
Lets you specify the appropriate search filter and search root. If the target employees are in various parts of your organization, their user accounts may be in different areas of the directory. By using a search with one or more search filters, you can find and automatically add these users.
An LDAP search filter can be based on any number of custom or standard attributes, but it must target user objects. You can combine multiple filters to find the members for a department. For example, you can enter the following to find all users whose department attribute is set to UK Equities:
(&(objectCategory=person)(department=UK Equities))
In the Search Root box, type the Distinguished Name for the search root. This name identifies where in the directory hierarchy to start the search. For example, if your directory spans multiple countries, you can set the root to the UK organizational unit by entering the following:
LDAP://OU=UK, DC=MyCompany, DC=com
Select Search whole tree to include the members of nested groups.
Active Directory container
Lets you type the name of the Active Directory container.
In the ADsPath box, type the Distinguished Name of the Active Directory container that holds the users to add to the employee group. For example, suppose that the UK Equities department points to this organizational unit container:
CN=Equities, OU=UK, DC=MyCompany, DC=com
You can enter the following to add all the employees in the department to the group:
LDAP://CN=Equities, OU=UK, DC=MyCompany, DC=com
Select Search nested containers to include the members of nested containers.
Windows group or distribution list, or Domino group or distribution list
Lets you type the name of a group in the form domain_name\group_name. The group may or may not be held in your directory. If you do not use Active Directory or a Domino directory, you can only update the display name of employee profiles by synchronizing. You need to enter additional employee information manually.
If you want to synchronize the employee group with a Domino group or distribution list, you must enable the following Domino LDAP attributes for anonymous access in Domino Administrator:
cn
dominocertificate
mail
maildomain
member
objectclass
See the Domino documentation for instructions on how to do this.
By default, Compliance Accelerator synchronizes employees and groups every four hours and every time that the Enterprise Vault Accelerator Manager service starts. However, you can change this setting.
- If you want to add employees to the group manually, click the Members tab and then click Add. Then select the employees from the list.
You can select multiple adjacent employees by holding down the Shift key while clicking the first and last employee in the range. To select multiple nonadjacent employees, hold down the Ctrl key while clicking the required employees. Click OK when you have finished.
- Click Save.
More Information