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 92d4cfbb26c7b4b362c7f84f6edb3168743fbee4 (commit) from 086f60c16aaa4c17167c2a59e4fe0c1132dfb415 (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 92d4cfbb26c7b4b362c7f84f6edb3168743fbee4 Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sun Mar 4 11:34:20 2012 -0600
rc7 release includes JAXB bindings for ConfigMgr services.
-----------------------------------------------------------------------
Summary of changes: build.xml | 9 +- config/fortress.properties.src | 65 ++++++- src/main/java/com/jts/fortress/FortEntity.java | 4 +- src/main/java/com/jts/fortress/ObjectFactory.java | 14 ++ src/main/java/com/jts/fortress/cli/package.html | 63 ++++--- .../fortress/configuration/ConfigMgrFactory.java | 2 +- src/main/java/com/jts/fortress/overview.html | 8 +- src/main/java/com/jts/fortress/rbac/Props.java | 9 +- .../com/jts/fortress/rest/ConfigMgrRestImpl.java | 186 ++++++++++++++++++++ src/main/java/com/jts/fortress/rest/HttpIds.java | 4 + src/main/java/com/jts/fortress/rest/RestUtils.java | 53 ++++++ .../java/com/jts/fortress/samples/overview.html | 4 +- 12 files changed, 370 insertions(+), 51 deletions(-) create mode 100644 src/main/java/com/jts/fortress/rest/ConfigMgrRestImpl.java
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git