A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via b95d48c87fe4223192891d040c515a7bea24cc9b (commit) from 937be979664b2c4f4ea85650bc4ae8c7772cfa14 (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 b95d48c87fe4223192891d040c515a7bea24cc9b Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Thu Jun 13 18:02:24 2013 -0500
FC-28 - ReviewMgr - Add search SDSets by name
-----------------------------------------------------------------------
Summary of changes: pom.xml | 5 + src/main/java/us/jts/fortress/ReviewMgr.java | 27 ++++++ .../java/us/jts/fortress/ldap/ConnectionPool.java | 13 +++- .../java/us/jts/fortress/rbac/ReviewMgrImpl.java | 42 ++++++++++ src/main/java/us/jts/fortress/rest/HttpIds.java | 2 + .../us/jts/fortress/rest/ReviewMgrRestImpl.java | 86 +++++++++++++++++++- .../us/jts/fortress/rbac/FortressJUnitTest.java | 2 + .../java/us/jts/fortress/rbac/PermTestData.java | 22 +++++ .../us/jts/fortress/rbac/ReviewMgrImplTest.java | 66 +++++++++++++++ src/test/java/us/jts/fortress/rbac/TestUtils.java | 6 ++ 10 files changed, 268 insertions(+), 3 deletions(-)
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git