Skip to content
Snippets Groups Projects
Commit b7450701 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: fix example of ACL configuration

parent c6578671
Branches
Tags
1 merge request!991adjust: with incremental upd, also adjust new ENTs
Pipeline #46811 passed with warnings with stages
in 14 minutes and 59 seconds
......@@ -145,10 +145,10 @@ See the following examples and :ref:`ACL section`.
acl
- id: owner_type_rule
action: update
update-owner: name # The allowed owners are specified by the list on the next line
update-type: [A, AAAA, MX] # Updates are only allowed to update records of the specified types
update-owner: name # The allowed owners are specified by the list on the next line
update-owner-name: [a.example.com, b.example.com, c.example.com]
update-owner-type: [A, AAAA, MX] # Updates are only allowed to update records of the specified types
update-owner-match: equal # The owners of records in an update must be exactly equal to the names in the list
update-owner-match: equal # The owners of records in an update must be exactly equal to the names in the list
.. NOTE::
If more conditions (address ranges and/or a key)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment