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.62 by tdb, Tue Mar 19 17:22:12 2002 UTC vs.
Revision 1.63 by tdb, Wed Mar 20 12:56:37 2002 UTC

# Line 58 | Line 58 | Queue.RemoveAlgorithm=FIRST
58   # The default port to listen for new host connections
59   FilterManager.listenPort=4567
60  
61 + # Access control list
62 + FilterManager.ACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
63  
64  
65 +
66   ############################################################
67   #### Filter configuration
68   ############################################################
# Line 109 | Line 112 | RootFilter.dbInterfaceName=database
112   ClientInterface.listenPort=4510
113   # The name for the client interface
114   ClientInterface.name=realtimeclients
115 +
116 + # Access Control List for TCP Clients
117 + ClientInterface.TCPControlChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
118 + ClientInterface.TCPDataChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
119  
120  
121  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines