From 31a16f63f9e6f09903a7cf243a6ed0fb9c6ef535 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Thu, 9 May 2002 20:36:40 +0000 Subject: Adding ini setting that allows the MSSQL extension to use NT authentication --- php.ini-recommended | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php.ini-recommended') diff --git a/php.ini-recommended b/php.ini-recommended index 697dec6771..00abe70029 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -813,6 +813,9 @@ mssql.compatability_mode = Off ; Limits the number of records in each batch. 0 = all records in one batch. ;mssql.batchsize = 0 +; Use NT authentication when connecting to the server +mssql.secure_connection = Off + [Assertion] ; Assert(expr); active by default. ;assert.active = On -- cgit v1.2.1