Unable to connect with database if security.db reference is removed from
databases.conf file
--------------------------------------------------------------------------------------------
Key: CORE-6230
URL: http://tracker.firebirdsql.org/browse/CORE-6230
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 3.0.5
Environment: Windows 10 x64
Firebird 3.0.5.33220 (x64)
Reporter: Luciano Mendes
ACTUAL RESULT
- Unable to connect with any database if security.db reference is removed from
databases.conf file
- <I/O error during "CreateFile (open)" operation for file "security.db"> error
message is displayed when is trying to create or alter users (e.g.: CREATE OR
ALTER USER SYSDBA SET PASSWORD 'blablabla' USING PLUGIN LEGACY_USERMANAGER;
EXPECTED RESULT
- The Firebird engine should consider the $(dir_secDb)/security3.fdb as your
default security.db when it is not included on databases.conf file;
- The end user should be able to connect with any database security.db
reference is not on databases.conf file;
- No error should be happen when is trying to create or alter users;
IMPORTANT NOTES:
- This issue did NOT happen with the Firebird 3.0.4 (Regression issue)
===Default security.db reference from databases.conf file===
security.db = $(dir_secDb)/security3.fdb
{
RemoteAccess = false
DefaultDbCachePages = 50
}
======
--
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