Explorar o código

2003-12-21 Tim Coleman <[email protected]>
* SqlConnection.cs:
Enable Integrated Security

svn path=/trunk/mcs/; revision=21408

Tim Coleman %!s(int64=22) %!d(string=hai) anos
pai
achega
7cd75f4218

+ 4 - 0
mcs/class/System.Data/System.Data.SqlClient/ChangeLog

@@ -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

+ 1 - 0
mcs/class/System.Data/System.Data.SqlClient/SqlConnection.cs

@@ -553,6 +553,7 @@ namespace System.Data.SqlClient {
                                         break;
                                 case "INTEGRATED SECURITY" :
                                 case "TRUSTED_CONNECTION" :
+					parms.DomainLogin = Boolean.Parse (value);
                                         break;
                                 case "MAX POOL SIZE" :
                                         maxPoolSize = Int32.Parse (value);