summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-01-03 19:29:20 -0800
committerRuss Allbery <eagle@eyrie.org>2016-01-03 19:29:20 -0800
commit23a6b180f975c24c8ee4190467c74b78fde0d084 (patch)
treea729417aa495ad72256d567b04cf8a0601bfa95f /NEWS
parent99c718eff041657704a50589486bde2f9e4391f7 (diff)
Add Wallet::ACL::External ACL type
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. Change-Id: I21b72b4373eefc92985aca1505e2d1a1ec699602
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 48ab131..3185b5b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,12 @@ wallet 1.3 (unreleased)
existing wallet database, use wallet-admin to register the new
verifier.
+ 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.
+
A new variation on the ldap-attr ACL type, ldap-attr-root
(Wallet::ACL::LDAP::Attribute::Root), is now supported. This is
similar to netdb-root (compared to netdb): the authenticated principal