mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
ITS#8132 - Clarify wording on serverID.
This commit is contained in:
parent
97ba684c9e
commit
71213e6938
2 changed files with 10 additions and 14 deletions
|
|
@ -786,13 +786,11 @@ property specifies the maximum security layer receive buffer
|
|||
size allowed. 0 disables security layers. The default is 65536.
|
||||
.TP
|
||||
.B olcServerID: <integer> [<URL>]
|
||||
Specify an integer ID from 0 to 4095 for this server (limited
|
||||
to 3 hexadecimal digits). The ID may also be specified as a
|
||||
hexadecimal ID by prefixing the value with "0x".
|
||||
Non-zero IDs are
|
||||
required when using multi-provider replication and each provider must have a
|
||||
unique non-zero ID. Note that this requirement also applies to separate providers
|
||||
contributing to a glued set of databases.
|
||||
Specify an integer ID from 0 to 4095 for this server. The ID may also be
|
||||
specified as a hexadecimal ID by prefixing the value with "0x".
|
||||
Non-zero IDs are required when using multi-provider replication and each
|
||||
provider must have a unique non-zero ID. Note that this requirement also
|
||||
applies to separate providers contributing to a glued set of databases.
|
||||
If the URL is provided, this directive may be specified
|
||||
multiple times, providing a complete list of participating servers
|
||||
and their IDs. The fully qualified hostname of each server should be
|
||||
|
|
|
|||
|
|
@ -991,13 +991,11 @@ factor is measure of security provided by the underlying transport,
|
|||
e.g. ldapi:// (and eventually IPSEC). It is not normally used.
|
||||
.TP
|
||||
.B serverID <integer> [<URL>]
|
||||
Specify an integer ID from 0 to 4095 for this server (limited
|
||||
to 3 hexadecimal digits). The ID may also be specified as a
|
||||
hexadecimal ID by prefixing the value with "0x".
|
||||
Non-zero IDs are
|
||||
required when using multi-provider replication and each provider must have a
|
||||
unique non-zero ID. Note that this requirement also applies to separate providers
|
||||
contributing to a glued set of databases.
|
||||
Specify an integer ID from 0 to 4095 for this server. The ID may also be
|
||||
specified as a hexadecimal ID by prefixing the value with "0x".
|
||||
Non-zero IDs are required when using multi-provider replication and each
|
||||
provider must have a unique non-zero ID. Note that this requirement also
|
||||
applies to separate providers contributing to a glued set of databases.
|
||||
If the URL is provided, this directive may be specified
|
||||
multiple times, providing a complete list of participating servers
|
||||
and their IDs. The fully qualified hostname of each server should be
|
||||
|
|
|
|||
Loading…
Reference in a new issue