
User accounts that access the SQL Server databases
During the installation of SQL Server 2005, you are asked for a user account that the selected SQL Server services use to run. Because all but two Client Security topologies locate the Client Security databases on remote computers running SQL Server, you will need to assign these services either a domain user account or the network service account.
The MOM components of Client Security require access to SQL Server and the databases placed on the computer running SQL Server. This is accomplished using the DAS account. This account is requested during Client Security server setup, on the Collection Server page. The Client Security Setup wizard automatically grants this account the appropriate permissions to access the collection database; it must have Db_owner permissions on the collection database.
Next, on the Collection Database page, the wizard requests the Reporting account. This account is created on the reporting database server and used by SQL Server Reporting Services to access the collection and reporting databases. This account requires Db_owner permissions on both the collection database and the reporting database.
The Client Security SQL Server DTS job uses an account specified in Client Security server setup as well, on the Reporting Database page. Setup grants this account read access to the collection database and write access to the reporting database.
The collection server periodically needs to run server-side scripts that require access to the collection database. Setup requests a user account for this on the Action Account page of server setup. This account, a domain user, requires Db_owner permissions to the collection database. This account also requires local administrator rights on the collection server.
The following diagram illustrates the links between the Client Security components and their respective user accounts.
Finally, the user running the Client Security console requires permission to the Client Security SQL Server databases. For more information about assigning permissions for these tasks, see Working with user roles (http://go.microsoft.com/fwlink/?LinkID=86555).