Why does Active Directory synchronization not work on Windows Server 2025 when using LDAP?

Modified on Thu, 29 Jan at 11:04 AM

Due to Windows default settings, this issue only occurs in Windows Server 2025 environments.


Issue

When LDAP is used without TLS and you attempt to synchronize users from Active Directory using Active Directory Sync in the Rublon Authentication Proxy, the synchronization fails and the following error appears in the logs:


2025-12-16 18:55:02,383 - ERROR   - Error occurred while synchronizing users. Error was: ConnectionError('Could not bind to the host: 10.22.10.47. Error was: ', {'result': 8, 'description': 'strongerAuthRequired', 'dn': '', 'message': '00002028: LdapErr: DSID-0C09035C, comment: The server requires binds to turn on integrity checking if SSL\\TLS are not already active on the connection, data 0, v65f4\x00', 'referrals': None, 'saslCreds': None, 'type': 'bindResponse'})


Reason

Windows Server 2025 forces LDAP Signing by default, even on port 389.


Solution

The recommended solution is to switch to LDAPS for better security.


If it is not possible to switch to LDAPS, the solution is to disable LDAP Signing:


1. Select Start → Run, type mmc.exe, and then select OK.


2.  Go to Default Domain Controller Policy (or Local Computer Policy or Default Domain Policy, depending on configuration) → Computer ConfigurationWindows SettingsSecurity SettingsLocal PoliciesSecurity Options.


3. Find and set:

Domain controller: LDAP server channel binding token requirements: "When Supported"

Domain controller: LDAP server signing requirements: "None"

Domain controller: LDAP server signing requirements Enforcement: "Disabled"

Network security: LDAP client encryption requirements: "Negotiate Sealing"

Network security: LDAP client signing requirements: "Negotiate Signing"


Helpful Links

Microsoft Learn - Issue with LDAP on Windows Server 2025

Microsoft Learn - How to configure the directory to require LDAP server signing for AD DS

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article