Skip to content
Snippets Groups Projects
Commit 48117786 authored by ale's avatar ale
Browse files

Mention PEER acls in readme

parent 5b9f8ce5
No related branches found
No related tags found
No related merge requests found
......@@ -197,8 +197,16 @@ format:
> *identity* *path* *operation*
where operation can be either `read` or `write` (possibly abbreviated
to `r` or `w`). Pass this file to "replds server" using the *--acls*
option. Lines that start with a # are considered comments and ignored.
to `r` or `w`), or:
> *identity* *operation*
to be used with the `peer` operation (that takes no path component), a
special operation that covers the internal synchronization protocol.
Pass the file containing ACL rules to "replds server" using the
*--acls* option. Lines that start with a # are considered comments and
ignored.
### Triggers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment