Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
RTF39353338323a204865616469
RTF39353338323a204865616469
Authentication

 

Info
titleAuthentication Recommendations

In Aptify 5.5.1, Aptify recommends using Basic Authentication with SSL. This is the default setting when Aptify is installed.

In Aptify 5.5.2 and later, the default authentication method when Aptify is installed is Anonymous Authentication with SSL, but you can choose other authentication methods. See Choosing an Authentication Method for more details.

...

Anchor
RTF35373736313a204865616469
RTF35373736313a204865616469
Configuring Service Principal Names for the Web Server

 

Note
titleIMPORTANT

Check with your Network Administrator if you have any questions about how your network is designed. Failure to do so may results in improperly configured SPN mappings. 

...

Anchor
RTF36383436343a204865616469
RTF36383436343a204865616469
Enabling Constrained Delegation

 

Note
titleNote

Active Directory must be replicated after delegation is configured to propagate the changes to all domain controllers.

...

  1. Log in to the domain controller using an administrator account.
  2. Open the Active Directory Users and Computers dialog from Start > Administrative Tools.
  3. Locate the web server in the list of network computers.
  4. Right-click the web server entry and select Properties from the pop-up menu to open its Properties dialog.
  5. Click the Delegation tab.

    Configure Constrained Delegation

  6. Select the Trust this computer for delegation to specified services only option to enable constrained delegation.
  7. Select the Use any authentication protocol sub-option.
  8. Click the Add... button to open the Add Services dialog.

    Add Services Dialog

  9. Click the Users or Computers... button and enter the database server (if running under the Local System account) or the custom domain account that is running SQL Server on the database server.
    • Whether your SQL server is running under Local System or a custom domain account depends on how your organization has installed SQL Server 2008 on your database server. See the Microsoft SQL Server 2008 Books Online for more information.
    • If your organization is using a custom domain account to run SQL Server, keep in mind that you need a service principal name. See "How To: Use Protocol Transition and Constrained Delegation in ASP.NET 2.0" at http://msdn2.microsoft.com/en-us/library/ms998355.aspx for details.
  10. Select MSSQLSvc from the available service types for the database server or domain account.

    Select MSSQLSvc

  11. Click OK to close the Add Services dialog and return to the Properties dialog for the web server.

    Web Server with Constrained Delegation to Database Server
  12. Click Apply and OK to save your changes and close the Properties dialog.
  13. Close the Active Directory Users and Computers dialog.

...