[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
Sat, 6 Dec 2003 13:00:09 -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-27 22:56:50.000000000 -0500
+++ shadow/49415.tmp.31258	2003-12-06 13:00:09.000000000 -0500
@@ -11,12 +11,13 @@
 AssignedTo: rodrigo@ximian.com                            
 ReportedBy: zopemonkey@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: mono C# fails to login to MS SQL Server 2000
+BugsThisDependsOn: 50918
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 
 Using mono's C# SqlConnection class to connect and login to a MS SQL Server
@@ -94,6 +95,21 @@
 
 Imlementation of NTLMSSP in Java.
 http://jcifs.samba.org/src/docs/api/jcifs/http/NtlmSsp.html
 
 
 
+
+------- Additional Comments From danielmorgan@verizon.net  2003-12-06 13:00 -------
+An implementation of NTLM has been added to Mono as
+Mono.Security.Protocol.Ntlm thanks to Sebastien Pouliot.
+
+NTLM should work on Linux, but I have not tested it.
+NTLM does not work for me on Windows due to bug 50918.
+
+I have some patches for Integrated Security aka Domain Login support.
+The NTLM message handling came from Sebastien Pouliot.
+
+I will post the patches here later.
+
+
+