mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
suffix option; allows partial replication of a database
This commit is contained in:
parent
0b3072d393
commit
d9889c28ef
1 changed files with 5 additions and 1 deletions
|
|
@ -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 a new issue