...
Saving the Kerberos Configuration File
...
Save → Save the Kerberos configuration file in the directory <UMS installation directory>/rmguiserver/conf
with the name krb5.conf
...
Using the SQL Management Console
...
In → In the SQL Management Console, select New Query and enter the script below; replace the placeholders accordingly.
...
Adding Users and a Group to the Windows Domain
...
→ Make sure that your Windows domain contains users who have the following permissions:
...
Info |
---|
Note: If the AD user you are going to use to connect to the Microsoft SQL Server already has an SQL login entry, or is in a group with login access, you can skip this step and continue with Configuring the UMS User, Schema, and Database Permissions. |
Using the SQL Management Console
...
Using the SQL Management Console
...
In → In the SQL Management Console, select New Query and enter the script below; please note the following.
...
In SQL Server Management Studio, open the database that was created in Creating the UMS Database.
Under Security > Users, right-click New User.
Under General, search for your login name (<ad_user>) and give the user a name.
In the Membership area, give the user the db_owner role.
Go to Security > Schemas and right-click on New Schema.
Search for the <ums_user> as the Schema owner and provide a Schema name.
Under Security > Users in your UMS database, double-click on the <ums_user>.
Under General, set the default schema to <schema_name>.
Under Security > Logins > Users, double-click on the <ad_user>.
In the User Mapping area, check the mapping of the UMS database, the user, and the default schema.
...
Log into the UMS Server with the credentials configured for connecting to the UMS database on the Microsoft SQL Server.
Open services.msc and right-click the IGEL Remote Manager Server service.
Select Properties and navigate to the Log On tab.
Select This Account and use the Browse button to find the one that owns the SQL database.
Depending on whether you are using a single server or a cluster for your Microsoft SQL database, continue with Connecting the UMS to the Database (Single Server Instance) or Connecting the UMS to the Database (Cluster),
Connecting the UMS to the Database (Single Instance)
Anchor | ||||
---|---|---|---|---|
|
...