From: Pierangelo Masarati Date: Tue, 24 Jul 2001 13:39:43 +0000 (+0000) Subject: suffix option; allows partial replication of a database X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1203 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d9889c28ef3cde73bed257b3684e03be43890af6;p=openldap suffix option; allows partial replication of a database --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 3b228813d9..754a5b6627 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -533,6 +533,7 @@ modify the database will return an "unwilling to perform" error. By default, readonly is off. .HP .B replica host=[:port] [tls=yes|critical] +.B [suffix= [...]] .B bindmethod=simple|sasl [binddn=] [credentials=] .B [saslmech=] [secopts=] [realm=] .B [authcId=] [authcId=] @@ -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