Use this information to configure Kerberos authentication in a multi-domain environment.
-
Install Active Directory Domain Services.
- Log in to your Windows server and start the Server Manager.
- In the Server Manager menu, click Roles > Add Roles, and Next.
- In the Add Roles wizard, select the Active Directory Domain Services role.
- Click Add Required Features when prompted.
- Click Install to complete the installation, and Close.
-
Configure Active Directory Domain Services.
- In the Server Manager menu, click Roles > Active Directory Domain Services, and click the link to start the Active Directory Domain Services Installation Wizard, and click Next.
- On the Choose a Deployment Configuration window, click Create a new domain in the forest, and click Next.
- Type your domain name in the Name the Forest Root Domain window.
- In the Set Forest Functional Level window, choose the oldest operating system that you support in your network.
- In the Additional Domain Controller Options window, ensure that DNS server checked.
- Specify folders to contain the Active Directory controller database, log files, and SYSVOL, and click Next.
-
Choose a password for the Restore Mode Administrator account.
This is an additional account (separate from the Domain Administrator) that is used for recovery.
- Check Reboot on completion on the last window of the wizard.
Your first Active Directory server is now installed and configured with a DNS server. Repeat step 1 and step 2 to install and configure your second Active Directory server.
-
Install and configure SkyVault with Kerberos SSO.
Follow the steps in Configuring Share Kerberos SSO to set this up.
-
Configure cross-domain support by assigning a conditional forwarder for a
domain name.
- On your Windows server, open the DNS Manager (Start > Administrative Tools > DNS).
- In the DNS Manager menu, select your DNS server and expand it to see a number of folders.
- Click the Conditional Forwarders folder.
- From the DNS Manager menu, click Action > New Conditional Forwarder, and the New Conditional Forwarder appears.
- In the DNS domain field, type the fully qualified domain name (FQDN) that you want to use to forward queries.
- Click the IP address of the master servers table and type the IP address of the server that you want to use to forward queries for the specified DNS domain, and click OK.
- Restart your network adapter.
Your first Active Directory server now has a conditional forwarder assigned for a domain name. Repeat this step to set up a conditional forwarder on your second Active Directory server.
-
Configure cross-domain support by creating a two-way forest trust between the
Active Directory servers.
- On your Windows server, open Active Directory Domains and Trusts (Start > Administrative Tools > Active Directory Domains and Trusts).
- In the Active Directory Domains and Trusts menu, right-click the domain that you want to administer and click Properties.
- From the Properties window, select the Trusts tab and click New Trust. The Trust wizard starts. Click Next.
- In the Trust Name window, type the Domain Name System (DNS) name, or NetBIOS name of the domain, and click Next.
- In the Trust Type window, select Forest trust, and click Next.
- In the Direction of Trust window, select Two-way, and click Next.
- In the Sides of Trust window, select Both this domain and the specified domain, and click Next.
- In the User Name and Password window, enter Administrator credentials for the trusted domain, and click Next.
- In the Outgoing Trust Authentication Level-Local Forest window, select Forest-wide authentication, and click Next.
- In the Outgoing Trust Authentication Level-Specified Forest window, select Forest-wide authentication, and click Next.
- In the Trust Selection Complete window, click Next.
- In the Trust Creation Complete window, click Next.
- In the Confirm Outgoing Trust window, select Yes, confirm the outgoing trust, and click Next.
- In the Confirm Incoming Trust window, select Yes, confirm the incoming trust, and click Next, and click Finish.
You can now log into SkyVault from the first trusted domain using Kerberos SSO, but not from the second domain.
-
Add realm information for the trusted domain into your
krb5.ini file:
In the [realms] section, where domain2.local is the name of your second trusted domain:
[realms] ... DOMAIN2.LOCAL = { kdc = ad2.domain2.local:88 admin_server = ad2.domain2.local:749 default_domain = domain2.local }
and in the [domain_realm] section:[domain_realm] ... .domain2.local = DOMAIN2.LOCAL domain2.local = DOMAIN2.LOCAL
-
Restart the SkyVault server.
When the server has restarted, check that you can access SkyVault Share from both domains.