From: Quanah Gibson-Mount Date: Mon, 6 Oct 2008 19:54:55 +0000 (+0000) Subject: clarify ACL snippet X-Git-Tag: OPENLDAP_REL_ENG_2_4_12~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=76e8794e0ce1688ee5b520d35c03931af27abaa7;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