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-admin.8 | 78 +-------------------------------------------------- 1 file changed, 1 insertion(+), 77 deletions(-) (limited to 'server/wallet-admin.8') diff --git a/server/wallet-admin.8 b/server/wallet-admin.8 index 8e1ad12..bc5c7ea 100644 --- a/server/wallet-admin.8 +++ b/server/wallet-admin.8 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "WALLET-ADMIN 8" -.TH WALLET-ADMIN 8 "2010-02-21" "0.10" "wallet" +.TH WALLET-ADMIN 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 @@ -170,61 +170,6 @@ and for any subsequent actions required to initialize the database. Before running \f(CW\*(C`initialize\*(C'\fR, the wallet system has to be configured. See \&\fIWallet::Config\fR\|(3) for more details. Depending on the database backend used, the database may also have to be created in advance. -.IP "list (acls | objects) [ [ ... ] ]" 4 -.IX Item "list (acls | objects) [ [ ... ] ]" -Returns a list of ACLs or objects in the database. ACLs will be listed -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. Objects will -be listed in the form: -.Sp -.Vb 1 -\& -.Ve -.Sp -In both cases, there will be one line per \s-1ACL\s0 or object. -.Sp -If no search type is given, all the ACLs or objects in the database will -be returned. If a search type (and possible search arguments) are given, -then the ACLs or objects will be limited to those that match the search. -.Sp -The currently supported object search types are: -.RS 4 -.IP "list objects type " 4 -.IX Item "list objects type " -Returns all objects of the given type. -.IP "list objects flag " 4 -.IX Item "list objects flag " -Returns all objects which have the given flag set. -.IP "list objects owner " 4 -.IX Item "list objects owner " -Returns all objects owned by the given \s-1ACL\s0 name. -.IP "list objects acl " 4 -.IX Item "list objects acl " -Returns all objects for which the given \s-1ACL\s0 name has any permissions. -This includes those objects owned by the \s-1ACL\s0, but also those for which the -\&\s-1ACL\s0 has get permissions, for example. -.RE -.RS 4 -.Sp -The currently supported \s-1ACL\s0 search types are: -.IP "list acls empty" 4 -.IX Item "list acls empty" -Returns all ACLs which have no entries, generally so that abandoned ACLs -can be destroyed. -.IP "list acls entry " 4 -.IX Item "list acls entry " -Returns all ACLs containing an entry with given schema and identifier. -The schema is used for an exact search, while the identifier given will -match any identifier containing that text, for flexibility. -.RE -.RS 4 -.RE .IP "register (object | verifier) " 4 .IX Item "register (object | verifier) " Registers an implementation of a wallet object or \s-1ACL\s0 verifier in the @@ -237,27 +182,6 @@ All object and \s-1ACL\s0 implementations that come with wallet are registered b default as part of database initialization, so this command is used primarily to register local implementations of additional object types or \&\s-1ACL\s0 schemes. -.IP "report [ ... ]" 4 -.IX Item "report [ ... ]" -Runs a wallet report. The currently supported report types are: -.RS 4 -.IP "report owners " 4 -.IX Item "report owners " -Returns a list of all \s-1ACL\s0 lines in owner ACLs for all objects matching -both and . These can be the type or name of -objects or they can be patterns using \f(CW\*(C`%\*(C'\fR as the wildcard character -following the normal rules of \s-1SQL\s0 patterns. -.Sp -The output will be one line per \s-1ACL\s0 line in the form: -.Sp -.Vb 1 -\& -.Ve -.Sp -with duplicates suppressed. -.RE -.RS 4 -.RE .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fIWallet::Admin\fR\|(3), \fIWallet::Config\fR\|(3), \fIwallet\-backend\fR\|(8) -- cgit v1.2.3