The ServiceStatusClients
action parameter is deprecated for Query Manipulation Server version 11.5.0 and later. Micro Focus recommends that you use authorization roles instead. See Authorization Roles Configuration Parameters.
The ServiceStatusClients
configuration parameter is still available for existing implementations, but it might be incompatible with new functionality. The parameter might be deleted in future.
The IP addresses or names of clients that can request status information from a service. Separate multiple individual addresses with commas. There must be no space before or after the comma.
Adding a client to ServiceStatusClients
does not enable it to send service control actions. To enable a client to send service control actions, you must add the IP address or host name to the ServiceControlClients.
You can use wildcards in the IP addresses. For example, type 187.*.*.*
to permit any machine whose IP address begins with 187
to access the service's status. You can also filter the ServiceStatusClients
parameter using CIDR notation.
You can also configure client permissions by using the [AuthorizationRoles]
configuration section. This section provides a more flexible method for setting up user authorization, and also allows you to set up permissions by using SSL identities or GSS principals. See Authorization Roles Configuration Parameters.
To disable authorization by client IP address, set this parameter to ""
. In this case, Query Manipulation Server uses the options that you set in the [AuthorizationRoles]
section only.
Type: | String |
Default: | None |
Required: | Yes |
Configuration Section: | Service |
Example: | ServiceStatusClients=localhost,127.0.0.1
|
See Also: | ServiceACIMode
ServiceControlClients ServiceHost ServicePort |
|