summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-03-08 10:19:03 -0800
committerRuss Allbery <rra@stanford.edu>2010-03-08 10:19:03 -0800
commitbc105004b8e88e1ede75dae0028d3ef10c15b57a (patch)
treeaf19792633b6b68be1fc01ba95d9eb9313cf6a55 /NEWS
parent29452c3daeeb15670322907c53f5db2b43d2559f (diff)
Add an ACL name audit to wallet-report and Wallet::Report
Parallel to objects name, add an acls name audit that returns all ACLs that do not follow the site naming standard.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1f63e07..6744475 100644
--- a/NEWS
+++ b/NEWS
@@ -13,9 +13,10 @@ wallet 0.11 (unreleased)
set, it is called for any ACL creation or rename and can reject the
new ACL name.
- Add an audit command to wallet-report and one audit: objects name,
- which returns all objects that do not pass the local naming policy.
- The corresponding Wallet::Report method is audit().
+ Add an audit command to wallet-report and two audits: acls name, which
+ returns all ACLs that do not pass the local naming policy, and objects
+ name, which does the same for objects. The corresponding
+ Wallet::Report method is audit().
Add the acls unused report to wallet-report and Wallet::Report,
returning all ACLs not referenced by any database objects.