dsbenghe / Novell.Directory.Ldap.NETStandard

.NET LDAP client library for .NET Standard >= 2.0, .NET Core >=1.0, NET5/NET6/NET7/NET8 - works with any LDAP protocol compatible directory server (including Microsoft Active Directory).
MIT License
558 stars 153 forks source link

Performance issue while connecting from linux container #180

Closed kalyan-raman closed 2 years ago

kalyan-raman commented 3 years ago

Environment : Docker Desktop for Windows - Linux container Novell.Directory.Ldap.NETStandard version: 3.6.0 .NET 5 Docker image - aspnet:5.0-1

I am trying to connect to ldap server over unsecured channel using SaslDigestMd5Request. The connect and bind methods are taking over 2 seconds.

How to address this. Can the connection be registered as a singleton

se commented 2 years ago

Did you try to install your certificate in your Docker image?

se commented 2 years ago

@dsbenghe probably you need to close this 🖖