Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
8cd04322
Commit
8cd04322
authored
May 30, 2008
by
Howard Chu
Browse files
ITS#5536 note serverID requirement for glued databases
parent
83c16b8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
8cd04322
...
@@ -720,7 +720,9 @@ size allowed. 0 disables security layers. The default is 65536.
...
@@ -720,7 +720,9 @@ size allowed. 0 disables security layers. The default is 65536.
.B olcServerID: <integer> [<URL>]
.B olcServerID: <integer> [<URL>]
Specify an integer ID from 0 to 4095 for this server. These IDs are
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
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
multiple times, providing a complete list of participating servers
and their IDs. The fully qualified hostname of each server should be
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
used in the supplied URLs. The IDs are used in the "replica id" field
...
...
doc/man/man5/slapd.conf.5
View file @
8cd04322
...
@@ -871,7 +871,9 @@ Specify an integer ID from 0 to 4095 for this server (limited
...
@@ -871,7 +871,9 @@ Specify an integer ID from 0 to 4095 for this server (limited
to 3 hexadecimal digits).
to 3 hexadecimal digits).
These IDs are
These IDs are
required when using multimaster replication and each master must have a
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
multiple times, providing a complete list of participating servers
and their IDs. The fully qualified hostname of each server should be
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
used in the supplied URLs. The IDs are used in the "replica id" field
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment