diff options
author | Frank M. Kromann <fmk@php.net> | 2002-05-09 20:36:40 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2002-05-09 20:36:40 +0000 |
commit | 31a16f63f9e6f09903a7cf243a6ed0fb9c6ef535 (patch) | |
tree | d120934b34dd75981a182bd2cc68a0e610475420 /php.ini-recommended | |
parent | 6de4f3a459e102a2a225853dd4e2655ae9fb0b4c (diff) | |
download | php-git-31a16f63f9e6f09903a7cf243a6ed0fb9c6ef535.tar.gz |
Adding ini setting that allows the MSSQL extension to use NT authentication
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 3 |
1 files changed, 3 insertions, 0 deletions
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 |