install-path/etc/dmserver.cfg
.
Option Syntax
|
Description and Example
|
---|---|
DMSERVER/IPACC/ALL_REQUESTS
= allow IP-list-or-range |deny IP-list-or-range
|allow all |allow none |deny all |deny none
|
Allows or denies the
ability to connect to the DataFlux Data Management Server. If this
option is not specified, then the default value is allow
all. For example: DMSERVER/IPACC/ALL_REQUESTS = allow
192.168.1.1-192.168.1.255
|
DMSERVER/IPACC/POST_DELETE
=allow IP-list-or-range |deny IP-list-or-range
|allow all |allow none |deny all |deny none
|
Allows or denies the
ability to post and delete jobs. If this option is not specified,
then the default is allow all. For example:DMSERVER/IPACC/POST_DELETE
= 127.0.0.1
|
DMSERVER/IPACC/NOSECURITY
=allow IP-list-or-range |deny IP-list-or-range
|allow all |allow none |deny all |deny none
|
Allows or denies the
ability to bypass all security checks on the DataFlux Data Management
Server. If this option is not specified, then the default value is allow
none (no IP will bypass security checks). For example:
DMSERVER/IPACC/NOSECURITY
= allow 127.0.0.1 192.168.1.190 192.168.1.309
|
all
or none
,
then any specified IP addresses are ignored for that option.