Static Service Discovery Mechanism

A Static Service Discovery Mechanism returns a fixed list of LDAP directory servers.

A change in configuration to any of the specified directory servers must be manually applied on all Static Service Discovery Mechanisms that reference it.

Parent

The Static Service Discovery Mechanism object inherits from Service Discovery Mechanism.

Dependencies

Static Service Discovery Mechanisms depend on the following objects:

Properties

Use the --advanced option to access advanced properties.

Basic Properties

discovery-interval

SynopsisInterval between two server configuration discovery executions.
DescriptionSpecifies how frequently to read the configuration of the servers in order to discover their new information.
Default Value60s
Allowed ValuesA duration. Lower limit: 1 seconds.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

key-manager-provider

SynopsisSpecifies the name of the key manager that should be used with this Static Service Discovery Mechanism.
Default ValueNone
Allowed ValuesThe name of an existing Key Manager Provider. The referenced key manager provider must be enabled when the Static Service Discovery Mechanism is enabled and configured to use SSL or StartTLS.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
Changes to this property take effect immediately, but only for subsequent attempts to access the key manager provider for associated client connections.
AdvancedNo
Read-OnlyNo

primary-server

SynopsisSpecifies a list of servers that will be used in preference to secondary servers when available.
Default ValueNone
Allowed ValuesA host name followed by a ":" and a port number.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

secondary-server

SynopsisSpecifies a list of servers that will be used in place of primary servers when all primary servers are unavailable.
Default ValueNone
Allowed ValuesA host name followed by a ":" and a port number.
Multi-valuedYes
RequiredNo
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

ssl-cert-nickname

SynopsisSpecifies the nicknames (also called the aliases) of the keys or key pairs that the Static Service Discovery Mechanism should use when performing SSL communication. The property can be used multiple times (referencing different nicknames) when server certificates with different public key algorithms are used in parallel (for example, RSA, DSA, and ECC-based algorithms). When a nickname refers to an asymmetric (public/private) key pair, the nickname for the public key certificate and associated private key entry must match exactly. A single nickname is used to retrieve both the public key and the private key.
DescriptionThis is only applicable when the Static Service Discovery Mechanism is configured to use SSL.
Default ValueLet the server decide.
Allowed ValuesA string.
Multi-valuedYes
RequiredNo
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedNo
Read-OnlyNo

trust-manager-provider

SynopsisSpecifies the name of the trust manager that should be used with the Static Service Discovery Mechanism.
Default ValueNone
Allowed ValuesThe name of an existing Trust Manager Provider. The referenced trust manager provider must be enabled when the Static Service Discovery Mechanism is enabled and configured to use SSL or StartTLS.
Multi-valuedNo
RequiredNo
Admin Action RequiredNone
Changes to this property take effect immediately, but only for subsequent attempts to access the trust manager provider for associated client connections.
AdvancedNo
Read-OnlyNo

use-ssl

SynopsisIndicates whether the Static Service Discovery Mechanism should use SSL.
DescriptionIf enabled, the Static Service Discovery Mechanism will use SSL to encrypt communication with the clients.
Default Valuefalse
Allowed Valuestrue
false
Multi-valuedNo
RequiredNo
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedNo
Read-OnlyNo

use-start-tls

SynopsisIndicates whether the Static Service Discovery Mechanism should use Start TLS.
DescriptionIf enabled, the Static Service Discovery Mechanism will use Start TLS to encrypt communication with remote servers.
Default Valuefalse
Allowed Valuestrue
false
Multi-valuedNo
RequiredNo
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedNo
Read-OnlyNo

Advanced Properties

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Static Service Discovery Mechanism implementation.
Default Valueorg.opends.server.discovery.StaticServiceDiscoveryMechanism
Allowed ValuesA Java class that extends or implements:
org.opends.server.discovery.ServiceDiscoveryMechanism
Multi-valuedNo
RequiredYes
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedYes
Read-OnlyNo