summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-03-27 17:33:01 -0700
committerRuss Allbery <rra@stanford.edu>2013-03-27 17:33:01 -0700
commit6d4d689361c29528cf92bc10750e260d48529b69 (patch)
tree6003de23cd03320d31b986a23c157a607793fcbb /NEWS
parent7dc9e65f7ca2f1181e62f339b0d2ed7ca4978ee5 (diff)
parent0002bc7ed9ff15f6c3f2b457509d5ef0f2b5a4a4 (diff)
Imported Upstream version 1.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d36863..f364260 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,13 @@ wallet 1.0 (2013-03-27)
Add docs/objects-and-schemes, which provides a brief summary of the
current supported object types and ACL schemes.
+ The Stanford wallet object and ACL naming policy is now available in
+ code form as the Wallet::Policy::Stanford module, which is installed
+ as part of the server. As-is, it is only useful for sites that want
+ to adopt an identical naming policy (and will still require overriding
+ some of the internal data, like group names), but it may provide a
+ useful code example for others wanting to do something similar.
+
Update to rra-c-util 4.8:
* Look for krb5-config in /usr/kerberos/bin after the user's PATH.