Example: XML Document Linking a Filter to All Users - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ied1556235912841.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1100
lifecycle
previous
Product Category
Teradata Vantage™
<?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="141.206.35.0/255.255.255.0"/>
        <allow ip="141.206.35.175/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 About Permissive Filters and About 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.