en-US security-baseline computer

Extended Protection for LDAP Authentication (Domain Controllers only) (DEPRECATED)

Verified with Microsoft Security Baseline (MSS / SecGuide) 25H2 — updated on July 10, 2026

Supported on: Windows Server 2008 and newer

Path in the GPO console

Computer Configuration\Administrative Templates\MS Security Guide

Description

Beginning with the Windows 10 and Windows Server v2004 security baseline this setting has been moved to Security Options\Domain controller: LDAP server channel binding token requirements.

Registry

HKLM System\CurrentControlSet\Services\NTDS\Parameters

Value name: LdapEnforceChannelBinding

More options available

Options

Configure LdapEnforceChannelBinding
LdapEnforceChannelBinding enum
  • Enabled, always (recommended) -> 2 (default)
  • Enabled, when supported -> 1
  • Disabled -> 0

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Extended Protection for LDAP Authentication (Domain Controllers only) (DEPRECATED)
; State: Enabled
; Supported on: Windows Server 2008 and newer

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters]
"LdapEnforceChannelBinding"=dword:00000001
"LdapEnforceChannelBinding"=dword:00000002
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Extended Protection for LDAP Authentication (Domain Controllers only) (DEPRECATED)
# State: Enabled
# Supported on: Windows Server 2008 and newer

$path = 'HKLM:\System\CurrentControlSet\Services\NTDS\Parameters'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'LdapEnforceChannelBinding' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'LdapEnforceChannelBinding' -Value 2 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview