diff options
author | Russ Allbery <rra@stanford.edu> | 2010-03-05 16:56:47 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-03-05 16:56:47 -0800 |
commit | 0e3df4c4159650e6de7fdcf6a0f0b661f25c03f7 (patch) | |
tree | 45759cdf6b16b2f9ca34379df32f82cc182bfe9f /NEWS | |
parent | 2948d66c4c074651820004856284faf7d018a3ee (diff) |
Add a report of unused ACLs
Add the acls unused report to wallet-report and Wallet::Report,
returning all ACLs not referenced by any database objects.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ wallet 0.11 (unreleased) which returns all objects that do not pass the local naming policy. 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. + Wallet::Config::verify_name may now be called with an undefined third argument (normally the user attempting to create an object). This calling convention is used when auditing, and the local policy |