# default: off
# description: FirebirdSQL classic server
#
# To enable/disable different firebird server versions, the easiest way is to run
#   dpkg-reconfigure <desired-server-package>
#  replacing <desired-server-package> with "firebird2.0-super",
#  "firebird1.5-super", etc as appropriate.
#
# NOTE: If you decide to enable some server version manually (by direct editing of
#       configuration files), please remember:
#  1) Allowing two server instances access to the same database will inevitably
#     lead to database corruption
#  2) Remember to change SYSDBA's password if this is the first time that
#     version (1.5/2.0) is enabled.
#
#  The easiest way to protect yourself from the above caveats is to use
#    dpkg-reconfigure <desired-server-package>
#
service gds_db
{
	disable         	= yes
	flags			= REUSE NODELAY
	socket_type		= stream
	wait			= no
	user			= firebird
# These lines cause problems with Windows XP SP2 clients
# using default firewall configuration (SF#1065511)
#	log_on_success		+= USERID
#	log_on_failure 		+= USERID
	server			= /usr/lib/firebird/2.0/bin/fb_inet_server
}
