mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
suffix option; allows partial replication of a database
This commit is contained in:
parent
0b3072d393
commit
d9889c28ef
@ -533,6 +533,7 @@ modify the database will return an "unwilling to perform" error. By
|
||||
default, readonly is off.
|
||||
.HP
|
||||
.B replica host=<hostname>[:port] [tls=yes|critical]
|
||||
.B [suffix=<suffix> [...]]
|
||||
.B bindmethod=simple|sasl [binddn=<simple DN>] [credentials=<simple password>]
|
||||
.B [saslmech=<SASL mech>] [secopts=<options>] [realm=<realm>]
|
||||
.B [authcId=<authentication ID>] [authcId=<authentication ID>]
|
||||
@ -540,7 +541,10 @@ default, readonly is off.
|
||||
Specify a replication site for this database. Refer to the "OpenLDAP
|
||||
Administrator's Guide" for detailed information on setting up a replicated
|
||||
.B slapd
|
||||
directory service. A
|
||||
directory service. Zero or more
|
||||
.B suffix
|
||||
instances can be used to select the subtrees that will be replicated
|
||||
(defaults to all the database). A
|
||||
.B bindmethod
|
||||
of
|
||||
.B simple
|
||||
|
Loading…
Reference in New Issue
Block a user