]> git.sur5r.net Git - openldap/commitdiff
clarify ACL snippet
authorPierangelo Masarati <ando@openldap.org>
Sat, 4 Oct 2008 10:17:29 +0000 (10:17 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 4 Oct 2008 10:17:29 +0000 (10:17 +0000)
doc/guide/admin/replication.sdf

index 6c7eb6e62366c8a29c7e01d1bcdf5933e87d9823..6d58f4df68537aa7fca4507f12cb67abfca62c2c 100644 (file)
@@ -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