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)
This commit is contained in:
cherry530 2021-11-22 16:56:59 +08:00 committed by openeuler-sync-bot
parent c3ff85e500
commit 3a8da4bb7c
2 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,25 @@
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?

View File

@ -1,8 +1,8 @@
Name: firebird
Version: 3.0.3.32900
Release: 8
Release: 9
Summary: SQL relational database management system
License: Interbase
License: Interbase-1.0
URL: http://www.firebirdsql.org/
Source0: https://github.com/FirebirdSQL/firebird/releases/download/R3_0_3/Firebird-3.0.3.32900-0.tar.bz2
@ -18,6 +18,7 @@ Patch0004: no-copy-from-icu.patch
Patch0005: cloop-honour-build-flags.patch
Patch0006: a4cb621bf55ef2101e22b1e7da5c458a1e0cc2ab.patch
Patch0007: 0001-Port-to-RISC-V-64-bit-riscv64.patch
Patch0008: Fix-connect-linking-to-web-database-by-modifying-the-default-conf.patch
BuildRequires: autoconf automake libtommath-devel libtool ncurses-devel libicu-devel
BuildRequires: libedit-devel gcc-c++ libstdc++-static systemd-units chrpath zlib-devel procmail
@ -184,6 +185,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/firebird.conf
%exclude %{_docdir}/firebird/IPLicense.txt
%changelog
* Mon Nov 22 2021 xu_ping <xuping33@huawei.com> - 3.0.3.32900-9
- Fix connect linking to web database by modifying the firebird.conf items to make client and server compatible
* Tue Aug 03 2021 panchenbo <panchenbo@uniontech.com> - 3.0.3.32900-8
- Fix login shell to /sbin/nologin