summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-03-05 12:00:31 -0800
committerRuss Allbery <rra@stanford.edu>2010-03-05 12:00:31 -0800
commitbb9f9d6d57ea09ef8fdcf81bcc77da8f1da5b41d (patch)
tree0f9c2875991c6447d179fe4586e3e692e04eea85 /perl
parentee90967abe7f9199c173f1e4393484eff91a1ef3 (diff)
Document how to clear an ACL in Wallet::Server
Diffstat (limited to 'perl')
-rw-r--r--perl/Wallet/Server.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/Wallet/Server.pm b/perl/Wallet/Server.pm
index 5f36c28..d525fe3 100644
--- a/perl/Wallet/Server.pm
+++ b/perl/Wallet/Server.pm
@@ -777,9 +777,9 @@ also returns undef, that ACL wasn't set; otherwise, error() will return
the error message.
If ID is given, sets the specified ACL to ID, which can be either the name
-of an ACL or a numeric ACL ID. To set an ACL, the current user must be
-authorized by the ADMIN ACL. Returns true for success and false for
-failure.
+of an ACL or a numeric ACL ID. To clear the ACL, pass in an empty string
+as the ID. To set or clear an ACL, the current user must be authorized by
+the ADMIN ACL. Returns true for success and false for failure.
ACL settings are checked before the owner and override the owner setting.