[Mono-bugs] [Bug 49415][Wis] Changed - mono C# fails to login to MS SQL Server 2000

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Oct 2003 22:56:51 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by danielmorgan@verizon.net.

http://bugzilla.ximian.com/show_bug.cgi?id=49415

--- shadow/49415	2003-10-09 23:43:09.000000000 -0400
+++ shadow/49415.tmp.3643	2003-10-27 22:56:50.000000000 -0500
@@ -10,13 +10,12 @@
 Component: System.Data.SqlClient
 AssignedTo: rodrigo@ximian.com                            
 ReportedBy: zopemonkey@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: mono C# fails to login to MS SQL Server 2000
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 
@@ -73,6 +72,28 @@
 
 thanks,
 chris
 
 ------- Additional Comments From gonzalo@ximian.com  2003-10-09 23:43 -------
 Can't you use stunnel?
+
+------- Additional Comments From danielmorgan@verizon.net  2003-10-27 22:56 -------
+FreeTDS actually has Integrated Security (Windows NT Authentication) 
+now.  FreeTDS calls this Domain Authentication.  
+
+http://www.freetds.org/userguide/x1358.htm
+
+TDS Protocol
+http://www.freetds.org/tds.html
+
+Info on NTLM.  Look at the references at the bottom of this page.
+http://www.innovation.ch/java/ntlm.html
+
+Do a search on the web for NTLMSSP.
+
+http://www.opengroup.org/comsource/techref2/NCH1222X.HTM
+
+Imlementation of NTLMSSP in Java.
+http://jcifs.samba.org/src/docs/api/jcifs/http/NtlmSsp.html
+
+
+