Configurations in the Active Directory

This guide will help you configure the Windows Active Directory elements needed for Kerberos Constrained Delegation authentication.

Create a Kerberos Service Account

  1. Log in to your KDC server as an administrator.
  2. From the Windows Start menu, select All Programs, select Administrative Tools > Active Directory Users and Computers.
  3. In the newly opened console, expand the domain (Kerberos refers to a domain as a realm).
  4. Right-click Users and select New > User.

  5. Click Next.

  6. Click Next.
  7. Click Finish.

Create a keytab for the Kerberos Service Account

When you create a keytab, the Sentry service account is concurrently mapped to the servicePrincipalName.

  1. On the KDC server, open a command prompt window
  2. At the prompt, type the following command: ktpass /out nameofsentry.keytab /mapuser nameofuser@domain /princ HTTP/nameofuser /pass password

E.g. ktpass /out timsentry.keytab /mapuser timsentry@glilabs2008.com /princ HTTP/timsentry@glilabs2008.com /pass 123456


This warning can be ignored.

Delegate HTTP service to the Acronis Access server

  1. From the Windows Start menu, select All Programs and open Administrative Tools > Active Directory Users and Computers
  2. In the newly opened console, expand the realm (domain).
  3. Click on Users.
  4. Find and select the Kerberos user account that you created in "Create a Kerberos Service Account".
  5. Right-click on the account and select Properties.

  6. Press Add….
  7. Press Users or Computers….

  8. Click OK.
  9. Find and select the "http" service in the Add Services window.

  10. Click OK.

    Note: For a large deployment with multiple Gateway Servers you should repeat steps 6 through 10 for each Gateway Server. However, for the initial setup, it's best to begin with a single Gateway Server hosting some local test folders. Once you have confirmed access to those, then you can expand to additional Gateway Servers and non-local folders.