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 c673be6af12be6bc42327481a542701897819c46 (commit) from 9f0110d7d6031dc4fb10d5afa536c80fc9bc8b27 (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 c673be6af12be6bc42327481a542701897819c46 Author: Shawn McKinney shawn.mckinney@jts.us Date: Tue Oct 1 17:16:50 2013 -0500
FC-70 - Improvements to Apache LDAP client API usage
-----------------------------------------------------------------------
Summary of changes: build.properties | 2 + build.xml | 4 ++ config/bootstrap/fortress.properties.src | 2 + config/fortress.properties.src | 2 + src/main/java/us/jts/fortress/GlobalIds.java | 1 + .../us/jts/fortress/ldap/ApacheDsDataProvider.java | 57 +++++++++++-------- .../jts/fortress/ldap/UnboundIdDataProvider.java | 2 +- .../java/us/jts/fortress/rbac/dao/DaoFactory.java | 17 +++--- .../us/jts/fortress/rbac/dao/apache/PermDAO.java | 5 ++- .../us/jts/fortress/rbac/dao/apache/RoleDAO.java | 11 ++--- .../us/jts/fortress/rbac/dao/apache/UserDAO.java | 5 ++- .../us/jts/fortress/rbac/FortressJUnitTest.java | 1 + 12 files changed, 67 insertions(+), 42 deletions(-)
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git