Greetings, I've built a synchronizer which uses LDAP to pull from an AD in another forest.
Even though I've verified the credentials, when I test the connection the synchronizer throws a "connection failed" pop-up. The application log output is quoted below.
I can use LDP.EXE on the same workstation, and successfully bind to the directory using the same LDAP path and the same credentials.
What is likely to be going wrong?
Thank you --
Even though I've verified the credentials, when I test the connection the synchronizer throws a "connection failed" pop-up. The application log output is quoted below.
I can use LDP.EXE on the same workstation, and successfully bind to the directory using the same LDAP path and the same credentials.
What is likely to be going wrong?
Thank you --
2014-10-02 18:58:20
10.0.2.0 - 64-bit
Error Silent
System.DirectoryServices.DirectoryServicesCOMException (0x8007052E): Logon failure: unknown user name or bad password. at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_NativeObject() at Devolutions.RemoteDesktopManager.Managers.ActiveDirectoryManager.ValidConnection(String ldapDomain)