docs for acl
This commit is contained in:
parent
6126383ca4
commit
57b410eba6
|
@ -21,7 +21,10 @@
|
||||||
digest authenticated.
|
digest authenticated.
|
||||||
-->
|
-->
|
||||||
<list name="domains" default="deny">
|
<list name="domains" default="deny">
|
||||||
|
<!-- domain= is special it scans the domain from the directory to build the ACL -->
|
||||||
<node type="allow" domain="$${domain}"/>
|
<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>
|
</list>
|
||||||
|
|
||||||
</network-lists>
|
</network-lists>
|
||||||
|
|
Loading…
Reference in New Issue