mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
ITS#6915 document replication behavior
This commit is contained in:
parent
78e1dd9b2f
commit
578ed00867
@ -33,7 +33,7 @@ for details.
|
||||
.LP
|
||||
The following
|
||||
.B slapd.conf
|
||||
configuration options are defined for the memberofoverlay.
|
||||
configuration options are defined for the memberof overlay.
|
||||
|
||||
.TP
|
||||
.BI memberof\-group\-oc \ <group-oc>
|
||||
@ -105,7 +105,11 @@ the corresponding groups are modified as well.
|
||||
.LP
|
||||
The memberof overlay may be used with any backend that provides full
|
||||
read-write functionality, but it is mainly intended for use
|
||||
with local storage backends.
|
||||
with local storage backends. The maintenance operations it performs
|
||||
are internal to the server on which the overlay is configured and
|
||||
are never replicated. Replica servers should be configured with their
|
||||
own instances of the memberOf overlay if it is desired to maintain
|
||||
these memberOf attributes on the replicas.
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
|
Loading…
Reference in New Issue
Block a user