--- projects/cms/source/server/build/etc/system.conf 2003/02/23 12:45:21 1.70 +++ projects/cms/source/server/build/etc/system.conf 2003/02/24 20:18:45 1.71 @@ -10,7 +10,7 @@ # setup, aswell as a some example configuration. # # $Author: tdb $ -# $Id: system.conf,v 1.70 2003/02/23 12:45:21 tdb Exp $ +# $Id: system.conf,v 1.71 2003/02/24 20:18:45 tdb Exp $ # # http://www.i-scream.org.uk/ # @@ -114,10 +114,9 @@ FilterManager.ACL=DEFAULT:ALLOW #### Filter configuration ############################################################ -# A Filter accepts data from hosts on both a TCP port -# and a UDP port. They are specified here. +# A Filter accepts data from hosts on a UDP port. It is +# specified here. Filter.UDPListenPort=4589 -Filter.TCPListenPort=4589 # Filters contain plugins for checking the data passing # through them. This plugins do the job of "filtering". @@ -125,7 +124,7 @@ Filter.TCPListenPort=4589 # contained in. Filter.PluginsPackage=uk.org.iscream.cms.server.filter.plugins # And the names of the plugins to be loaded. -Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker;KeyChecker +Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker # The special filter known as the "Root Filter" needs # a name within the system. @@ -137,22 +136,19 @@ RootFilter.name=root # filter - giving a tree structure. Filter.parentFilter=root -# A Filter can accept data through UDP, TCP, or from +# A Filter can accept data through UDP, or from # an upstream Filter (CORBA). These methods can be # individually turned of on a filter. The default # is to have them all on. # (comment or set to 0 to disable) -Filter.ActivateTCPReader=1 Filter.ActivateUDPReader=1 Filter.ActivateCORBAReader=1 # We can also specify Access Control Lists for the -# TCP and UDP inputs of the Filters. One might want -# something restrictive like this: +# UDP input of the Filters. One might want something +# restrictive like this: # -# Filter.TCPACL=DEFAULT:DENY;*.example.com:ALLOW # Filter.UDPACL=DEFAULT:DENY;*.example.com:ALLOW -Filter.TCPACL=DEFAULT:ALLOW Filter.UDPACL=DEFAULT:ALLOW # A Filter plugin called the SourceChecker verifies @@ -163,14 +159,7 @@ Filter.UDPACL=DEFAULT:ALLOW # Filter.SourceCheckerPluginACL=DEFAULT:DENY;*.example.com:ALLOW Filter.SourceCheckerPluginACL=DEFAULT:ALLOW -# Enforce that hosts use the key based authentication. -# (comment or set to 0 to disable) -Filter.EnforceHostAuth=1 -# Length of keys to use in authentication. -Filter.KeyLength=15 - - ############################################################ #### Root filter interfaces configuration ############################################################ @@ -221,10 +210,8 @@ DBInterface.name=database # for all hosts to be 'filter1'. This can be a list. Host.filter=filter1; -# Hosts send data every UDPUpdateTime, in seconds, and then -# perform a heartbeat every TCPUpdateTime, in seconds. +# Hosts send data every UDPUpdateTime, in seconds. Host.UDPUpdateTime=10 -Host.TCPUpdateTime=60 # We can run service checks on a host. The java package # which contains them is specified here.