mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
clarify ACL snippet
This commit is contained in:
parent
7f085e8b8b
commit
73455d640c
1 changed files with 4 additions and 3 deletions
|
|
@ -810,9 +810,10 @@ H4: Delta-syncrepl Master configuration
|
||||||
Setting up delta-syncrepl requires configuration changes on both the master and
|
Setting up delta-syncrepl requires configuration changes on both the master and
|
||||||
replica servers:
|
replica servers:
|
||||||
|
|
||||||
> # Give the replica DN unlimited read access. This ACL may need to be
|
> # Give the replica DN unlimited read access. This ACL needs to be
|
||||||
> # merged with other ACL statements.
|
> # 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 *
|
> access to *
|
||||||
> by dn.base="cn=replicator,dc=symas,dc=com" read
|
> by dn.base="cn=replicator,dc=symas,dc=com" read
|
||||||
> by * break
|
> by * break
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue