<?xml version="1.0" encoding="UTF-8"?> <tdat name="tdat"> <system name="gizmo"> <users tag="allusers"> </users> <ipfilters> <ipfilter name cn=”filter1” type="permissive"> <deny ip="192.0.2.0/255.255.255.0"/> <allow ip="198.51.100.0/255.255.255.255"/> <appliesto tagref="allusers"/> </ipfilter> </ipfilters> </system> </tdat>
The following table provides an explanation of the terms used in an allusers filter. The descriptions cover only the differences from standard filters. For the terms not covered in this table, refer to the examples on Permissive Filters and Restrictive Filters.
Term | Description |
---|---|
<users tag="allusers"> | Provides the means to apply the filter to all users. The term allusers is for reference only, and you can use another term in its place, if you also reference the same term in the appliesto tagref. |
<appliesto tagref="allusers"/> | Applies the filter to all users without the need to list them individually, if the users tag also specifies allusers. |