From 704ed641eb54afef491f05a26ba7dd16129a0788 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 30 Mar 2002 08:57:41 +0000 Subject: [PATCH] allow attribute exclusion list in selective replica --- doc/man/man5/slapd.conf.5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index a03b25cbc3..6227c02572 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -720,6 +720,7 @@ default, readonly is off. .B bindmethod=simple|sasl [binddn=] [credentials=] .B [saslmech=] [secopts=] [realm=] .B [authcId=] [authcId=] +.B [attr[!]=] .RS Specify a replication site for this database. Refer to the "OpenLDAP Administrator's Guide" for detailed information on setting up a replicated @@ -746,6 +747,17 @@ If the .B mechanism will use Kerberos, a kerberos instance should be given in .B authcId. +An +.B attr list +can be given after the +.B attr +keyword to allow the selective replication of the listed attributes only; +if the optional +.B ! +mark is used, the list is considered exclusive, i.e. the listed attributes +are not replicated. +If an objectClass is listed, all the related attributes +are (are not) replicated. .RE .TP .B replogfile -- 2.39.5