skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : ServiceAuthorizedAdminClient
 

ServiceAuthorizedAdminClient

Specifies one or multiple client TCP/IP network identifiers that are allowed to access the service using an administrator client. Use configuration values to limit the clients that are allowed administrative connections to the agent service.

Valid values

The attribute supports both address and name formats.
Note: When using host names, ServiceResolveHostNames must be set to True, and only primary domain names can be used (see ServiceResolveHostNames).
To configure multiple TCP/IP location filters, you must set the ServiceAuthorizedAdminClient attribute multiple times, one instance for each location filter. For example:

ServiceAuthorizedAdminClient=192.16.*.*
ServiceAuthorizedAdminClient=192.17.*.*
ServiceAuthorizedAdminClient=192.18.*.*

Examples

The following examples show the supported formats:
Client TCP/IP host name
burner.ddtek.com
Client TCP/IP domain names through the use of a wild card
192.16.2.* or *.ddtek.com
Client TCP/IP address
127.0.0.1??
Client TCP/IP address range
192.16.*.*

Type

Dynamic
Note: This service attribute is used only in a client/server configuration.