You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing on windows but running the code in a docker container on linux (now .NET 8).
connecting to LDAP works fine, but search throws a LocalLdapException, or as I print them to stderr: Local Error at Novell.Directory.Ldap.LdapSearchResults.Next() at <my code>
the exact same code runs on Windows.
as connection works and other code can access ldap I don´t think it is a network issue (#205) nor TLS issue, but specific to search.
Any idea what to look out for?
The text was updated successfully, but these errors were encountered:
I am developing on windows but running the code in a docker container on linux (now .NET 8).
connecting to LDAP works fine, but search throws a LocalLdapException, or as I print them to stderr:
Local Error at Novell.Directory.Ldap.LdapSearchResults.Next() at <my code>
the exact same code runs on Windows.
as connection works and other code can access ldap I don´t think it is a network issue (#205) nor TLS issue, but specific to search.
Any idea what to look out for?
The text was updated successfully, but these errors were encountered: