From 73455d640c5536e07e49a3e30cb2aa2cf665f43c Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 4 Oct 2008 10:17:29 +0000 Subject: [PATCH] clarify ACL snippet --- doc/guide/admin/replication.sdf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/guide/admin/replication.sdf b/doc/guide/admin/replication.sdf index 6c7eb6e623..6d58f4df68 100644 --- a/doc/guide/admin/replication.sdf +++ b/doc/guide/admin/replication.sdf @@ -810,9 +810,10 @@ H4: Delta-syncrepl Master configuration Setting up delta-syncrepl requires configuration changes on both the master and replica servers: -> # Give the replica DN unlimited read access. This ACL may need to be -> # merged with other ACL statements. -> +> # Give the replica DN unlimited read access. This ACL needs to be +> # merged with other ACL statements, and/or moved within the scope +> # of a database. The "by * break" portion causes evaluation of +> # subsequent rules. See slapd.access(5) for details. > access to * > by dn.base="cn=replicator,dc=symas,dc=com" read > by * break -- 2.39.5