commandshost acl diff

List the differences between two versions of host acls.

Usage

host acl diff [before [after]]

where
before change id, or relative change index, as listed by host acl changes. Default is -1.
after change id, or relative change index, as listed by host acl changes. Default is 0.

read on /_beyondcron/acl/hosts

Examples

List the differences between the previous and current versions of a host acls

BeyondCron % host acl diff

== + developer regex:www@devsvr\d{1,2}==

List the differences between earlier versions of host acls

BeyondCron % host acl changes

Time Change Action User Host ------------------- -------- -- ------- ------ ---------------- 18:10:36 today 41ae9044 0 Updated admin demo.example.com 18:10:24 today ea468c57 -1 Updated admin demo.example.com 18:10:12 today 1e1193d5 -2 Updated admin demo.example.com 18:09:48 today db75395c -3 Updated admin demo.example.com 10:51:42 23/01/2020 23956373 -4 Updated admin demo.example.com 09:19:13 23/01/2020 90801c87 -5 Updated admin demo.example.com 10:25:12 22/01/2020 967b29b4 -6 Import server demo.example.com

BeyondCron % host acl diff 90801c87 ea468c57

+ admin www@* + admin root@localhost + demo *@localhost + developer regex:root@devirt\d{1,2}

List the differences between the second and current version of an property

BeyondCron % host acl diff -5

+ admin www@* + admin root@localhost + demo *@localhost + developer regex:root@devirt\d{1,2} + developer regex:www@devsvr\d{1,2}

See also