To connect to an LDAP user account, a client requests a service ticket (TGS ticket) from the Kerberos V5 Key Distribution Center (KDC) and specifies supported encryption algorithms. The KDC selects an encryption algorithm to use. The selected value determines the default encryption type used at the pre-authentication step.
For more information, please refer to the Microsoft documentation: Network security: Configure encryption types allowed for Kerberos, Kerberos protocol registry entries and KDC configuration keys in Windows.
To override the default pre-authentication encryption type using the registry editor:
regedit
in the displayed window, and press Enter.This opens the Registry Editor window.
18
(decimal) or 0x12
(hexadecimal). Recommended encryption type.17
(decimal) or 0x11 (
hexadecimal)
.23
(decimal) or 0x17
(hexadecimal).To override the default pre-authentication encryption type using PowerShell:
On each Active Directory domain controller, run the following command:
New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters' -Name DefaultEncryptionType –Value 18