diff options
author | Russ Allbery <rra@stanford.edu> | 2007-09-17 16:29:07 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-09-17 16:29:07 +0000 |
commit | a385775cf0f1645d393f249c4a3b086c8b1d8a42 (patch) | |
tree | 8917efe6b482463128505040a3a10bb001a09af3 /client/wallet.pod | |
parent | 66298af6358804e674748787cc0ccb642a63db3a (diff) |
Add an acl show command to the front end that calls the appropriate
Wallet::Server method.
Diffstat (limited to 'client/wallet.pod')
-rw-r--r-- | client/wallet.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/wallet.pod b/client/wallet.pod index 8ae4e58..fd5749f 100644 --- a/client/wallet.pod +++ b/client/wallet.pod @@ -141,6 +141,10 @@ accidental lockout, but administrators can remove themselves from the C<ADMIN> ACL and can leave only a non-functioning entry on the ACL. Use caution when removing entries from the C<ADMIN> ACL. +=item acl show <id> + +Display the name, numeric ID, and entries of the ACL <id>. + =item create <type> <name> Create a new object of type <type> with name <name>. With some backends, |