How can C# connect to a localhost LDAP domain using DirectoryEntry in Ubuntu?
I'm running Ubuntu on Windows via WSL in a CLI, and I've configured LDAP (OpenLDAP: slapd) on Ubuntu as follows: BASE dc=example,dc=com URI ldap://localhost When I run on the following command on Ubuntu, it shows me the structure of the…