docs for acl

This commit is contained in:
Brian West 2011-01-14 13:10:02 -06:00
parent 6126383ca4
commit 57b410eba6
1 changed files with 3 additions and 0 deletions

View File

@ -21,7 +21,10 @@
digest authenticated.
-->
<list name="domains" default="deny">
<!-- domain= is special it scans the domain from the directory to build the ACL -->
<node type="allow" domain="$${domain}"/>
<!-- use cidr= if you wish to allow ip ranges to this domains acl. -->
<!-- <node type="allow" cidr="192.168.0.0/24"/> -->
</list>
</network-lists>