diff options
author | Jon Robertson <jonrober@stanford.edu> | 2015-06-09 15:04:14 -0700 |
---|---|---|
committer | Jon Robertson <jonrober@stanford.edu> | 2015-11-18 23:47:40 -0800 |
commit | 5d668b86ced32e84fd0f49046326a0a5e20dc8eb (patch) | |
tree | 29f57641512d39186f398a5e8e1fbb7a0a127b7e /server | |
parent | 43f386a6e3d0c141cd732b5ef5c2be8349f51f03 (diff) |
Added wallet report for nested ACL
We needed a way to report on where all a specific ACL might be nested,
since we can't destroy an ACL until it's no longer being nested. For
the immediate this is part of wallet-report.
Change-Id: I41c11b73325d1eb3a28289eac3505bf965877be1
Diffstat (limited to 'server')
-rwxr-xr-x | server/wallet-report | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/wallet-report b/server/wallet-report index 77a2f8a..4719a8a 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -17,6 +17,7 @@ Wallet reporting help: acls duplicate ACLs that duplicate another acls empty All empty ACLs acls entry <scheme> <id> ACLs containing this entry (wildcarded) + acls nesting <acl> ACLs containing this ACL as a nested entry acls unused ACLs that are not referenced by any object audit acls name ACLs failing the naming policy audit objects name Objects failing the naming policy |