summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index eee61bd..aa9cf47 100644
--- a/NEWS
+++ b/NEWS
@@ -11,9 +11,9 @@ wallet 1.3 (unreleased)
A new ACL type, external (Wallet::ACL::External), is now supported.
This ACL runs an external command to check if access is allowed, and
- passes the principal and the ACL identifier to that command. To
- enable this ACL type for an existing wallet database, use wallet-admin
- to register the new verifier.
+ passes the principal, type and name of the object, and the ACL
+ identifier to that command. To enable this ACL type for an existing
+ wallet database, use wallet-admin to register the new verifier.
A new variation on the ldap-attr ACL type, ldap-attr-root
(Wallet::ACL::LDAP::Attribute::Root), is now supported. This is