If some wants to know, easy way to configure firebird2.5-super (openSuSe 12.3) is edit as root
file /etc/firebird/firebird.config. Just uncomment DatabaseAccess = FULL (whereever is db) and
Authentication = native(user=SYSDBA, password=masterkey) to access db if you got accessing error.
Of course, you need to restart firebird.
Regards.
FAQs should go into https://forums.opensuse.org/english/get-technical-help-here/how-faq-forums/unreviewed-how-faq/
You’ve right, thank you vazhavandan.
Regards
using 13.1 openSUSE (gnome)
earlier advised */etc/firebird/firebird.****config ***
re-named: /etc/firebird/firebird**.conf**
with change to recommended : DatabaseAccess = FULL
# UNCONTROLLED DATABASE ACCESS MAY COMPROMISE YOUR SYSTEM!
# IT IS STRONGLY RECOMMENDED THAT THIS SETTING BE USED TO LIMIT
# DATABASE LOCATIONS!
#
# Type: string (special format)
#
#DatabaseAccess = Full
**DatabaseAccess = Restrict /srv/firebird**
is it still recommended to change to : DatabaseAccess = Full ?
Authentication not set, so changing by inserting : Authentication = native