Closed WanpengQian closed 7 months ago
I installed a fresh Windows Server 2022 instance for further comparison. It works fine compared to Windows Server 2012 R2.
Therefore, there seems to be a compatibility issue with Windows Server 2012 R2.
Closing as not an issue with ldapjs.
I am reaching out for assistance regarding my efforts to establish an LDAPS connection to a Windows Server 2012 R2 environment using ldapjs. From my understanding, when modifying the password field in Active Directory, LDAPS connection is required instead of LDAP.
I have encountered some difficulties when attempting to connect to the Windows Server 2012 using LDAPS. The server is utilizing a self-signed certificate and has been configured correctly. I am able to connect to the server using LDAPS without any issues via Softerra LDAP Browser.
Below is a snippet of the code I am currently testing:
However, executing this code results in the following error:
I can confirm that LDAP connection works perfectly fine. I'm running Node.js v18.19.0. Your insights and assistance in resolving this issue would be greatly appreciated. Thank you.