A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 93c54fd158cbf3580e5bfcf3774a167a582ae2ac (commit) from 45dfacd9d5d74c0c56273a30aa034db05b5e5c86 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 93c54fd158cbf3580e5bfcf3774a167a582ae2ac Author: Luke Howard lukeh@padl.com Date: Mon May 9 10:24:42 2011 +0200
Add GSS naming extensions ACL plugin
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/acl/README.gssacl | 33 ++++ contrib/slapd-modules/acl/gssacl.c | 316 +++++++++++++++++++++++++++++++ 2 files changed, 349 insertions(+), 0 deletions(-) create mode 100644 contrib/slapd-modules/acl/README.gssacl create mode 100644 contrib/slapd-modules/acl/gssacl.c