Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Note
titleWork in progress

This site is in the process of being reviewed and updated.

Kerberos configuration

This document uses EXAMPLE.COM wherever you should type your Active Directory domain name (do make sure to make it uppercase when the article uses the upper case, and vice versa), controller whenever the PDC hostname is needed and 10.0.0.1 whenever the Active Directory PDC IP address is needed.

...

The kerberos libraries were unable to find the KDC for the EXAMPLE.COM realm. Check your /etc/resolv.conf settings. Make sure your Active Directory PDC is above all other entries. In case you don't want to mess with your nameserver settings, create a /etc/krb5.conf file with these contents:

Code Block
      [DIRxSRVx10:libdefaults]
      	default_realm = EXAMPLE.COM

      [DIRxSRVx10:realms]
      	EXAMPLE.COM = {
      		kdc = kdc.example.com
      	}

      [DIRxSRVx10:domain_realms]
      	.kdc.example.com = EXAMPLE.COM

...