

CA Strong Authentication UNIX Installation Guide › How to Configure the Database Server › SQL Server Configuration › Create a Database User
Create a Database User
Perform the following steps to create a database user:
Follow these steps:
- In the SQL Server Management Studio, go to <SQL_Server_Name>, expand the Security folder, and then click Logins.
Note: The <SQL_Server_Name> refers to the host name or IP address of the SQL Server where you created your database.
- Right-click the Logins folder, and click New Login.
- Enter the Login name. The recommended name is arcotuser.
- Set the following parameters:
- Authentication to SQL Server Authentication.
- Specify Password and Confirm password for the login.
Ensure that you specify other password settings on this page according to your organization’s password policies.
- Default database to the database (arcotdb) you created.
- User Mapping for the login (in the Users mapped to this login section).
- User Mapping (SQL 2005) for the default database to db_owner (in the Database role membership for: <db_name> section).
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|