From LedHed's Wiki
Jump to: navigation, search
(Created page with "== Overview == By default Kerberos authentication will fail when accessing a server using a DNS Alias / CNAME. == Solution == Create an alias for the host in Active Director...")
(No difference)

Revision as of 04:57, 30 June 2023

Overview

By default Kerberos authentication will fail when accessing a server using a DNS Alias / CNAME.


Solution

Create an alias for the host in Active Directory using the 'netdom' command:

netdom computername <FQDN> /Add:<ALIAS>

Example:
Server's FQDN = FileServer-01.domain.tld
CNAME/Alias = FS1.domain.tld

netdom computername FileServer-01.domain.tld /Add:FS1.domain.tld


References

https://serverfault.com/questions/481289/will-kerberos-work-with-cnames-if-i-have-the-spn-created-for-the-a-record-as-wel