Define SQL Server Logins
Use the SQL Server Login Editor to define authentication methods for a database in a SQL Server 2008, 2012, 2014 or 2016 physical model.
To define SQL Server logins
The SQL Server Login Editor opens.
Note: Click New on the toolbar to create a new login. Use the Enter filter text box to filter a very large list of logins to quickly locate the one that you want to define.
Displays the login name. You can change the login name in this field.
Specifies the authentication type for the login. Select the type from the drop-down list.
Specifies the default database for the login. Select a database from the drop-down list or click New to open the SQL Server Database Editor and create a new database.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Note: Available options are based on the login type you defined in the Navigation Grid: Windows, Password, Certificate, or Asymmetric Key.
Specifies to unlock a locked login.
Specifies to enforce a password change the next time the user logs in.
Defines the GUID of the login. Enter the GUID in this field.
Defines the default language of the login. Enter the default language for the login in this field.
Specifies if the login is enabled or not. Select a value from the drop-down list.
Specifies that the Windows password policies of the computer on which SQL Server is running should be enforced on this login. Select a value from the drop-down list.
Specifies whether the password expiration policy should be enforced on this login. Select a value from the drop-down list.
Specifies the credential to map to the login. Select a credential from the drop-down list or click New to open the SQL Server Credential Editor and create a new credential.
Specifies the asymmetric key to associate with the login, if the login type is set to Asymmetric Key. Select an asymmetric key from the drop-down list or click New to open the SQL Server Asymmetric Key Editor and create a new asymmetric key.
Specifies the certificate to associate with the login, if the login type is set to Certificate. Select a certificate from the drop-down list or click New to open the SQL Server Certificate Editor and create a new certificate.
The login is defined and the SQL Server Login Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|