# default: off
# description: FirebirdSQL server xinetd configuration fragment
#
# To enable xinetd support for firebird2-classic-server, do the following
#  1. make sure xinetd is installed
#  2. disable gds_db servide in inetd. The easiest way to do this is to run
#       update-inetd --disable gds_db
#  3. comment out the line below that reads "disable =     yes"
#
service gds_db
{
	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/firebird2/bin/fb_inet_server
	disable         	= yes
}
