ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
(Generate patch)

Comparing projects/cms/source/server/build/etc/system.conf (file contents):
Revision 1.70 by tdb, Sun Feb 23 12:45:21 2003 UTC vs.
Revision 1.71 by tdb, Mon Feb 24 20:18:45 2003 UTC

# Line 114 | Line 114 | FilterManager.ACL=DEFAULT:ALLOW
114   #### Filter configuration
115   ############################################################
116  
117 < # A Filter accepts data from hosts on both a TCP port
118 < # and a UDP port. They are specified here.
117 > # A Filter accepts data from hosts on a UDP port. It is
118 > # specified here.
119   Filter.UDPListenPort=4589
120 Filter.TCPListenPort=4589
120  
121   # Filters contain plugins for checking the data passing
122   # through them. This plugins do the job of "filtering".
# Line 125 | Line 124 | Filter.TCPListenPort=4589
124   # contained in.
125   Filter.PluginsPackage=uk.org.iscream.cms.server.filter.plugins
126   # And the names of the plugins to be loaded.
127 < Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker;KeyChecker
127 > Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker
128  
129   # The special filter known as the "Root Filter" needs
130   # a name within the system.
# Line 137 | Line 136 | RootFilter.name=root
136   # filter - giving a tree structure.
137   Filter.parentFilter=root
138  
139 < # A Filter can accept data through UDP, TCP, or from
139 > # A Filter can accept data through UDP, or from
140   # an upstream Filter (CORBA). These methods can be
141   # individually turned of on a filter. The default
142   # is to have them all on.
143   # (comment or set to 0 to disable)
145 Filter.ActivateTCPReader=1
144   Filter.ActivateUDPReader=1
145   Filter.ActivateCORBAReader=1
146  
147   # We can also specify Access Control Lists for the
148 < # TCP and UDP inputs of the Filters. One might want
149 < # something restrictive like this:
148 > # UDP input of the Filters. One might want something
149 > # restrictive like this:
150   #
153 # Filter.TCPACL=DEFAULT:DENY;*.example.com:ALLOW
151   # Filter.UDPACL=DEFAULT:DENY;*.example.com:ALLOW
155 Filter.TCPACL=DEFAULT:ALLOW
152   Filter.UDPACL=DEFAULT:ALLOW
153  
154   # A Filter plugin called the SourceChecker verifies
# Line 163 | Line 159 | Filter.UDPACL=DEFAULT:ALLOW
159   # Filter.SourceCheckerPluginACL=DEFAULT:DENY;*.example.com:ALLOW
160   Filter.SourceCheckerPluginACL=DEFAULT:ALLOW
161  
166 # Enforce that hosts use the key based authentication.
167 # (comment or set to 0 to disable)
168 Filter.EnforceHostAuth=1
162  
170 # Length of keys to use in authentication.
171 Filter.KeyLength=15
172
173
163   ############################################################
164   #### Root filter interfaces configuration
165   ############################################################
# Line 221 | Line 210 | DBInterface.name=database
210   # for all hosts to be 'filter1'. This can be a list.
211   Host.filter=filter1;
212  
213 < # Hosts send data every UDPUpdateTime, in seconds, and then
225 < # perform a heartbeat every TCPUpdateTime, in seconds.
213 > # Hosts send data every UDPUpdateTime, in seconds.
214   Host.UDPUpdateTime=10
227 Host.TCPUpdateTime=60
215  
216   # We can run service checks on a host. The java package
217   # which contains them is specified here.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines