From 602ff7584d3668c36b1bf5fd43988e6f45eceb48 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 8 Mar 2010 10:57:42 -0800 Subject: Imported Upstream version 0.11 --- server/wallet-report.8 | 46 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 9 deletions(-) (limited to 'server/wallet-report.8') diff --git a/server/wallet-report.8 b/server/wallet-report.8 index 106f47d..cd56501 100644 --- a/server/wallet-report.8 +++ b/server/wallet-report.8 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "WALLET-REPORT 8" -.TH WALLET-REPORT 8 "2010-02-21" "0.10" "wallet" +.TH WALLET-REPORT 8 "2010-03-08" "0.11" "wallet" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -155,6 +155,8 @@ translates command strings into method calls and returns the results. .IX Item "acls empty" .IP "acls entry " 4 .IX Item "acls entry " +.IP "acls unused" 4 +.IX Item "acls unused" .PD Returns a list of ACLs in the database. ACLs will be listed in the form: .Sp @@ -181,9 +183,35 @@ can be destroyed. Returns all ACLs containing an entry with given scheme and identifier. The scheme must be an exact match, but the string will match any identifier containing that string. +.IP "acls unused" 4 +.IX Item "acls unused" +Returns all ACLs that are not referenced by any of the objects in the +wallet database, either as an owner or on one of the more specific ACLs. .RE .RS 4 .RE +.IP "audit acls name" 4 +.IX Item "audit acls name" +.PD 0 +.IP "audit objects name" 4 +.IX Item "audit objects name" +.PD +Returns all ACLs or objects that violate the current site naming policy. +Objects will be listed in the form: +.Sp +.Vb 1 +\& +.Ve +.Sp +and ACLs in the form: +.Sp +.Vb 1 +\& (ACL ID: ) +.Ve +.Sp +where is the human-readable name and is the numeric \s-1ID\s0. The +numeric \s-1ID\s0 is what's used internally by the wallet system. There will be +one line per object or \s-1ACL\s0. .IP "objects" 4 .IX Item "objects" .PD 0 @@ -211,19 +239,19 @@ will be limited to those that match the search. .Sp The currently supported object search types are: .RS 4 -.IP "list objects acl " 4 -.IX Item "list objects acl " +.IP "objects acl " 4 +.IX Item "objects acl " Returns all objects for which the given \s-1ACL\s0 name or \s-1ID\s0 has any permissions. This includes those objects owned by the \s-1ACL\s0 as well as those where that \s-1ACL\s0 has any other, more limited permissions. -.IP "list objects flag " 4 -.IX Item "list objects flag " +.IP "objects flag " 4 +.IX Item "objects flag " Returns all objects which have the given flag set. -.IP "list objects owner " 4 -.IX Item "list objects owner " +.IP "objects owner " 4 +.IX Item "objects owner " Returns all objects owned by the given \s-1ACL\s0 name or \s-1ID\s0. -.IP "list objects type " 4 -.IX Item "list objects type " +.IP "objects type " 4 +.IX Item "objects type " Returns all objects of the given type. .RE .RS 4 -- cgit v1.2.3