Kapcsolódó információk:
Paraméterezési útmutatók

Ez az oldal egy régebbi verziója. Nézze meg a jelenlegi verziót.

Összehasonlítás a jelenlegivel Korábbi változatok megtekintése

1 verzió Tovább »

 

A telepítés után a firebird.conf file elejére be kell szúrni az alábbi sort:

#include QSoft specific settings
include firebird-qsoft.conf

 

 

firebird-qsoft.conf
#########################################################################
#                                                                       #
#        --- QSoft firebird.conf recommended modification ---           #
#                                                                       #
# v0.3.190812                                                           #
# (c) QSoft Kft. support@qsoft.hu                                       #
#########################################################################
#
# Please include this file in the first line of stock firebird.conf file.
# Add this command to the first line "include firebird-qsoft.conf"
# In Windows OS QSoft installer automatically take this include
#
# Please keep in mind, these option overwritten same option in regular firebird.conf
#
# Detailed informaton avaiable: https://firebirdsql.org/en/firebird-rdbms/
##########################################################################

# -----------------------------------------------------------------------
# The TCP Port Number to be used for server Event Notification
# messages.  The value of 0 (Zero) means that the server will choose
# a port number randomly.
#
#
# If betwen client and server have a friewall, please add this port to accept rule.
# (and 3050 too)
# If port allocation is dynamic, must create application based firewall rule.
#
# RemoteAuxPort = 0      # Default. Dinamic Event Notification port allocation
# RemoteAuxPort = 33050  # QSoft recommendation
RemoteAuxPort = 33050

# -----------------------------------------------------------------------
# Controls the method Firebird engine uses to work with databases and
# related Firebird server startup parameters.
#
# The values are: Super | SuperClassic | Classic
# 
#
# QSoft recommendation: ServerMode = SuperClassic
#
#ServerMode = Super  # Default.
ServerMode = SuperClassic

# -----------------------------------------------------------------------
# Seconds to wait on a silent client connection before the server sends
# dummy packets to request acknowledgment.
#
# DummyPacketInterval = 0     # Default.
# DummyPacketInterval = 3600  # QSoft recommendation
#
DummyPacketInterval = 3600

# -----------------------------------------------------------------------
# Should connection over the wire be encrypted?
# Has 3 different values: Required | Enabled | Disabled.
#
#
# WireCrypt = Enabled  # QSoft recommendation
#
#WireCrypt = Required  # Default for server
WireCrypt = Enabled

# -----------------------------------------------------------------------
# Legacy auth settings 
# any application that uses older sign-in methods
#
# If You whis to use ODBC connection to this server, 
# please uncomment following lines 
# and set the WireCrypt = Enabled 
#
#AuthServer  = Legacy_Auth, Srp, Win_Sspi 
#AuthClient  = Legacy_Auth, Srp, Win_Sspi 
#UserManager = Legacy_UserManager, Srp




 

 

 

Azon felhasználóknál akik ODBC kapcsolaton keresztül is szeretnék elérni a Firebird 3-as szerver, nálunk az utolsó szekció ("Legacy auth settings") paramétereit engedélyezni kell.