Dear all,
This might be a very obvious question but is it possible to connect to a MultiTerm server from the API using the windows authentication?
I can connect to MultiTerm using the sample code in the SDK but this only works if use an SDL user account:
Sdl.MultiTerm.TMO.Interop.Application oMt = new Sdl.MultiTerm.TMO.Interop.ApplicationClass(); TermbaseRepository oServerRep = oMt.ServerRepository; oServerRep.Connect("guest","guest"); oServerRep.Location = "http://termserver"; Debug.WriteLine("Connection successful: " + oServerRep.IsConnected);
Is it possible to specify somehow that the connection should use the Windows credentials?
I also tried using "DomainName\UserName" + Windows password as credential but that did not work either.
I have searched the forums and the MultiTerm SDK but I could not find any reference to this.
Thanks in advance for any pointers.
Daniel