]> git.sur5r.net Git - openldap/commitdiff
Document serverID directive
authorHoward Chu <hyc@openldap.org>
Sun, 4 Feb 2007 00:37:31 +0000 (00:37 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 4 Feb 2007 00:37:31 +0000 (00:37 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index c13dd05f5cf5caf133b786685cb70b7889c60d00..3a375546cb36b17f93aaa8cf3bd169aebd047fdc 100644 (file)
@@ -763,6 +763,21 @@ The
 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. 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
+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
+of all CSNs generated by the specified server. The default value is zero.
+Example:
+.LP
+.nf
+       olcServerID: 1 ldap://ldap1.example.com
+       olcServerID: 2 ldap://ldap2.example.com
+.fi
+.TP
 .B olcSockbufMaxIncoming: <integer>
 Specify the maximum incoming LDAP PDU size for anonymous sessions.
 The default is 262143.
index 63b4f907b8de26d4ea8858430a64a38a4842eec5..e6d75395b9c45105de374d885b5716bf64d9d294 100644 (file)
@@ -879,6 +879,20 @@ Note that the
 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. 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
+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
+of all CSNs generated by the specified server. The default value is zero.
+Example:
+.LP
+.nf
+       serverID 1
+.fi
+.TP
 .B sizelimit {<integer>|unlimited}
 .TP
 .B sizelimit size[.{soft|hard|unchecked}]=<integer> [...]