Versions Compared

Key

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

...

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

...