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'm trying to connect to the AD server from my host computer, via .NET. But when I try any of the connection strings below, it fails with the error "an invalid dn syntax has been specified".
Not sure if you need to pass anything other than the protocol, host, and port in the URL. But when you run the container, it prints its configuration/settings that can be used for connecting to it. In Java the client (API, not the one from screenshot) takes only protocol, URL, port, then extra parameters are entered via other methods to specify user, pass.
I'm trying to connect to the AD server from my host computer, via .NET. But when I try any of the connection strings below, it fails with the error "an invalid dn syntax has been specified".
The DNs are copied from the default LDIF file. Also tried specifying username and password, but didn't help.
(32769 is the host port mapped to the AD server in the container.)
The text was updated successfully, but these errors were encountered: