MS SQL Server Authentication |
Within USoft in combination with MS SQL Server, you can use Windows Authentication to give multiple users access to the USoft repository account, without needing to give each of these users their own database account. This is an important advantage for authorizing USoft users, as it is no longer necessary to create a new database login for every new application user. To do this, you need to perform the following steps, which are further detailed below.
To configure the MS SQL Server (with an existing repository account):
•Select New Login. •Choose Windows Authentication and fill in a Domain (for example, USOFT).
To grant the windows user group access to the repository, you need to perform the following steps in the Authorizer. •Add the user name chosen in SQL Server as a user in the Authorizer. •Add this user as a member to the USoft Developer application. •Add this user as a member to your user application. To grant rights in the Authorizer:
•Enter the Application, USD. •Enter the user name chosen in SQL Server. •Check the 'From conceptual file' checkbox. •Enter the Conceptual file, usd.con. •Click OK.
•Enter the Application, your user application. •Enter the user name chosen in SQL Server. •Check the 'From conceptual file' checkbox, if you are running the user application from flat file. •Enter the Conceptual file, if appropriate. •Click OK. To grant individual users access to the application:
•Ensure that the Owner name is set in the project Database properties. •Ensure that the Application name is set in the Application properties.
See Also |