2008-03-26 22:18:06 +00:00
|
|
|
<configuration name="acl.conf" description="Network Lists">
|
|
|
|
<network-lists>
|
2009-06-02 16:55:10 +00:00
|
|
|
<!--
|
|
|
|
These ACL's are automatically created on startup.
|
2008-09-29 05:26:38 +00:00
|
|
|
|
2009-06-02 16:55:10 +00:00
|
|
|
rfc1918.auto - RFC1918 Space
|
2009-06-03 21:15:12 +00:00
|
|
|
nat.auto - RFC1918 Excluding your local lan.
|
2009-06-02 16:55:10 +00:00
|
|
|
localnet.auto - ACL for your local lan.
|
2009-06-03 21:15:12 +00:00
|
|
|
loopback.auto - ACL for your local lan.
|
2009-06-02 16:55:10 +00:00
|
|
|
-->
|
2008-03-26 22:19:38 +00:00
|
|
|
|
2008-03-26 22:18:06 +00:00
|
|
|
<list name="lan" default="allow">
|
|
|
|
<node type="deny" cidr="192.168.42.0/24"/>
|
|
|
|
<node type="allow" cidr="192.168.42.42/32"/>
|
|
|
|
</list>
|
|
|
|
|
2008-09-29 05:26:38 +00:00
|
|
|
<!--
|
|
|
|
This will traverse the directory adding all users
|
|
|
|
with the cidr= tag to this ACL, when this ACL matches
|
|
|
|
the users variables and params apply as if they
|
|
|
|
digest authenticated.
|
|
|
|
-->
|
2008-07-16 17:47:57 +00:00
|
|
|
<list name="domains" default="deny">
|
|
|
|
<node type="allow" domain="$${domain}"/>
|
2008-07-16 15:52:22 +00:00
|
|
|
</list>
|
|
|
|
|
2008-03-26 22:18:06 +00:00
|
|
|
</network-lists>
|
|
|
|
</configuration>
|
|
|
|
|