diff options
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | docs/stanford-naming | 3 | 
2 files changed, 9 insertions, 1 deletions
@@ -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. diff --git a/docs/stanford-naming b/docs/stanford-naming index bdf5027..81c752c 100644 --- a/docs/stanford-naming +++ b/docs/stanford-naming @@ -6,7 +6,8 @@ Introduction      wallet objects.  They may not be appropriate for every site using      wallet, but they can serve as a starting point for your site-local      conventions.  They are the conventions enforced by -    examples/stanford.conf (to the extent it's possible to enforce them). +    Wallet::Policy::Stanford (to the extent it's possible to enforce +    them).  Object Naming  | 
