Additional Setup
163
4
fred : dhcp0.ourcompany.com, dhcp1.ourcompany.com
The default file contains only the following entry:
ALL : ALL
This means that all names are allowed for all hosts. If the default file is empty,
the
names_deny.txt
file is always checked.
The syntax rules for
names_allow.txt
are the same as for
methods_allow.txt
. The only variation is the
ALL
keyword, which in this
case specifies all valid names (see example above) or all possible hosts.
names_deny.txt
The
names_deny.txt
file defines the NetBackup client or server names that
hosts cannot use. NetBackup checks this file only if the
names_allow.txt
file
does not have a matching entry for the host and name (see previous topic). If a
matching entry is found in
names_deny.txt
the name is not allowed and
authentication fails. Otherwise, the name is used and authentication proceeds.
The following is an example file:
# The entry below prevents the name fred to be used for hosts
# in the theircompany.com domain.
fred : .theircompany.com
#
# The entry below prevents any names from being used for hosts
# with IP addresses in the 12.123.53 network.
ALL : 123.123.53.
The default file contains only the following entry:
ALL : ALL
This means that all names are denied for all hosts, unless it is specified
otherwise in the
names_allow.txt
file.
The syntax rules for
names_deny.txt
are the same as for
names_allow.txt
.
Library Files
The library files that are required for authentication depend on the platform.
See “methods.txt” on page 159.
NetBackup 3.2 System Administrator's Guide for Windows NT
NetBackup 3.2 System Administrator's Guide for Windows NT