From: Pierangelo Masarati Date: Sat, 4 Oct 2008 10:17:29 +0000 (+0000) Subject: clarify ACL snippet X-Git-Tag: ACLCHECK_0~1294 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73455d640c5536e07e49a3e30cb2aa2cf665f43c;p=openldap clarify ACL snippet --- 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