Unable to disable embedded connections following the Firebird 3.0 Quick Start
Guilde
------------------------------------------------------------------------------------
Key: CORE-6307
URL: http://tracker.firebirdsql.org/browse/CORE-6307
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 3.0.5
Environment: Windows 10 x64
Firebird 3.0.5 (x64)
Reporter: Luciano Mendes
Attachments: ERRO_MESSAGE.png
According to the Firebird 3.0 Quick Start Guide
(https://firebirdsql.org/file/documentation/reference_manuals/user_manuals/html/qsg3-config.html)
to disable embedded connections you need to define the following list of
providers on firebird.conf file:
Providers = Remote,Loopback
instead of the default value:
Providers = Remote,Engine12,Loopback
but after remove the Engine12 from the list of the providers the following
error message is displayed when it tried to connect with a existing database
(e.g.: LOCALHOST:CHRONOS_CIN):
- 335545106 - Error occurred during login, please check server firebird.log for
details
===firebird.log===
THUNDERBOY Sun May 17 11:19:07 2020
Authentication error
unavailable database
======
ENVIRONMENT SETUP
===firebird.conf===
#SETUP
AuthClient = Legacy_Auth, Srp, Win_Sspi
AuthServer = Legacy_Auth, Srp, Win_Sspi
ServerMode = Super
UserManager = Legacy_UserManager, Srp
WireCrypt = Enabled
Providers = Remote,Loopback
#PERFORMANCE
DefaultDbCachePages = 30K
FileSystemCacheThreshold = 2M
LockHashSlots = 30011
LockMemSize = 15M
RemoteServicePort = 3050
TempBlockSize = 2M
TempCacheLimit = 3000M
#SECURITY
SecurityDatabase = $(dir_secDb)/security3.fdb
======
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel