From bb9f9d6d57ea09ef8fdcf81bcc77da8f1da5b41d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 5 Mar 2010 12:00:31 -0800 Subject: Document how to clear an ACL in Wallet::Server --- perl/Wallet/Server.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl/Wallet/Server.pm') 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. -- cgit v1.2.3