mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#5536 note serverID requirement for glued databases
This commit is contained in:
parent
83c16b8fc7
commit
8cd043220a
2 changed files with 6 additions and 2 deletions
|
|
@ -720,7 +720,9 @@ size allowed. 0 disables security layers. The default is 65536.
|
|||
.B olcServerID: <integer> [<URL>]
|
||||
Specify an integer ID from 0 to 4095 for this server. These IDs are
|
||||
required when using multimaster replication and each master must have a
|
||||
unique ID. If the URL is provided, this directive may be specified
|
||||
unique ID. Note that this requirement also applies to separate masters
|
||||
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
|
||||
used in the supplied URLs. The IDs are used in the "replica id" field
|
||||
|
|
|
|||
|
|
@ -871,7 +871,9 @@ Specify an integer ID from 0 to 4095 for this server (limited
|
|||
to 3 hexadecimal digits).
|
||||
These IDs are
|
||||
required when using multimaster replication and each master must have a
|
||||
unique ID. If the URL is provided, this directive may be specified
|
||||
unique ID. Note that this requirement also applies to separate masters
|
||||
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
|
||||
used in the supplied URLs. The IDs are used in the "replica id" field
|
||||
|
|
|
|||
Loading…
Reference in a new issue