@@ -1,3 +1,7 @@
+2003-12-21 Tim Coleman <[email protected]>
+ * SqlConnection.cs:
+ Enable Integrated Security
+
2003-12-19 Tim Coleman <[email protected]>
* ISqlNotificationReceiver.cs SqlResultSet.cs:
New stubs added
@@ -553,6 +553,7 @@ namespace System.Data.SqlClient {
break;
case "INTEGRATED SECURITY" :
case "TRUSTED_CONNECTION" :
+ parms.DomainLogin = Boolean.Parse (value);
case "MAX POOL SIZE" :
maxPoolSize = Int32.Parse (value);