firebird/Fix-connect-linking-to-web-database-by-modifying-the-default-conf.patch
cherry530 3a8da4bb7c Fix connect linking to web database by modifying the firebird.conf items to make client and server compatible.
Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit e052a47bf8ce2db7c55fb0b059a6291cef0eb5ce)
2021-11-29 10:57:26 +08:00

26 lines
803 B
Diff

diff --git a/builds/install/misc/firebird.conf.in b/builds/install/misc/firebird.conf.in
index 05cd0c7..8c3d9ef 100644
--- a/builds/install/misc/firebird.conf.in
+++ b/builds/install/misc/firebird.conf.in
@@ -406,10 +406,12 @@
# Per-database configurable.
#
#AuthServer = Srp
+AuthServer = Legacy_Auth
#
# Per-connection and per-database configurable.
#
#AuthClient = Srp, Win_Sspi, Legacy_Auth
+AuthClient = Legacy_Auth
#
# If you need to use server plugins that do not provide encryption key (both Legacy_Auth
# & Win_Sspi) you should also turn off required encryption on the wire with WireCrypt
@@ -600,6 +602,7 @@
# Type: string (predefined values)
#
#WireCrypt = Enabled (for client) / Required (for server)
+WireCrypt = Disabled
#
# Should connection over the wire be compressed?