I'm currently trying to connect to a remote LDAP-Server
. For that, I'm trying to figure out the domain with:
DirectoryEntry entry = new DirectoryEntry("LDAP://141.83.80.30/lam/RootDSE");
Unfortunately, I'm confronted with the error:
System.DirectoryServices.DirectoryServicesCOMException: 'An invalid dn-syntax was provided'