From LedHed's Wiki
(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