aboutsummaryrefslogtreecommitdiff
path: root/server/wallet-admin.8
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-03-08 10:57:42 -0800
committerRuss Allbery <rra@stanford.edu>2010-03-08 10:57:42 -0800
commit602ff7584d3668c36b1bf5fd43988e6f45eceb48 (patch)
treef4870e09c76de744c44e230b1b60b21c89acae3b /server/wallet-admin.8
parentbf51d2dc4857551aadac4304c111c3ccd063604f (diff)
Imported Upstream version 0.11upstream/0.11
Diffstat (limited to 'server/wallet-admin.8')
-rw-r--r--server/wallet-admin.878
1 files changed, 1 insertions, 77 deletions
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) [ <searchtype> [ <arg> ... ] ]" 4
-.IX Item "list (acls | objects) [ <searchtype> [ <arg> ... ] ]"
-Returns a list of ACLs or objects in the database. ACLs will be listed
-in the form:
-.Sp
-.Vb 1
-\& <name> (ACL ID: <id>)
-.Ve
-.Sp
-where <name> is the human-readable name and <id> 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
-\& <type> <name>
-.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 <type>" 4
-.IX Item "list objects type <type>"
-Returns all objects of the given type.
-.IP "list objects flag <flag>" 4
-.IX Item "list objects flag <flag>"
-Returns all objects which have the given flag set.
-.IP "list objects owner <acl name>" 4
-.IX Item "list objects owner <acl name>"
-Returns all objects owned by the given \s-1ACL\s0 name.
-.IP "list objects acl <acl name>" 4
-.IX Item "list objects acl <acl name>"
-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 <schema> <identifier>" 4
-.IX Item "list acls entry <schema> <identifier>"
-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) <type> <class>" 4
.IX Item "register (object | verifier) <type> <class>"
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 <type> [ <arg> ... ]" 4
-.IX Item "report <type> [ <arg> ... ]"
-Runs a wallet report. The currently supported report types are:
-.RS 4
-.IP "report owners <type\-pattern> <name\-pattern>" 4
-.IX Item "report owners <type-pattern> <name-pattern>"
-Returns a list of all \s-1ACL\s0 lines in owner ACLs for all objects matching
-both <type\-pattern> and <name\-pattern>. 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
-\& <scheme> <identifier>
-.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)