How to: Enable Automatic Logins for the Database

As the database administrator for your team, you can enable automatic logins for all database users by using their network aliases as user names. Use of network aliases can facilitate some administrative and end-user tasks, as it bypasses the Visual SourceSafe Login dialog box. The best way to enable automatic logins is to use Visual SourceSafe Administrator, but you can also do it by setting the SSUSER and SSPWD environment variables using standard Windows methods. For more information, see Setting Database Options.

Security noteSecurity Note

Bypassing the login dialog box can compromise database security. Never use the same password for your databases and the network, especially if you choose to enable automatic logins by supplying the password using an environment variable. Remember that an environment variable can be read by any user with access to your computer.

To enable automatic logins using Visual SourceSafe Administrator:

  1. In Visual SourceSafe Administrator, on the Tools menu, click Options.

  2. In the SourceSafe Options dialog box, click the General tab.

  3. Click Use network name for automatic user log in, then click OK.

  4. Create new user names for all team members, using their network names. For example, the user name for network user MYDOMAIN\user_12 is user_12. See How to: Add User Accounts.

See Also

Tasks

How to: Add User Accounts

Reference

SourceSafe Options Dialog Box, General Tab
Visual SourceSafe Login Dialog Box (Explorer and Plug-in)

Concepts

Setting Database Options