The UserClients
action parameter is deprecated for IDOL Content Component version 11.5.0 and later. Micro Focus recommends that you use authorization roles instead. See Authorization Roles Configuration Parameters.
The UserClients
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 for machines that are permitted to send actions to the Port. Separate multiple addresses with commas. There must be no space before or after a comma.
This parameter is an alternative name for QueryClients. If both parameters are present, IDOL Content Component uses QueryClients.
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.
Configuring an authorization role with StandardRoles set to Query
overrides the default value for UserClients
.
To disable authorization by client IP address, set this parameter to ""
. In this case, IDOL Content Component uses the options that you set in the [AuthorizationRoles]
section only.
Type: | String |
Default: | * |
Required: | No |
Configuration Section: | Server |
Example: | UserClients=12.34.56.7,2.4.6.8
|
See Also: | Port
ProxyClients |
|