.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
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