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 d539b8a595a9fd8f9fb82bacd95bbddfd0947afe (commit) from 98fce3a84fa56a0f0073da64b33bae02e53b2295 (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 d539b8a595a9fd8f9fb82bacd95bbddfd0947afe Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sun Dec 23 20:50:53 2012 -0600
RC20 - Add switch(s) to build.properties for HTTP connectivity.
-----------------------------------------------------------------------
Summary of changes: README-QUICKSTART.html | 65 +++++++++++++++-- build.properties | 71 ++++++++++++------- build.xml | 37 ++++++---- config/fortress.properties.src | 35 +++++----- images/Screenshot10-ant-test-init.png | Bin 12978 -> 15781 bytes images/Screenshot41-enmasse-http-settings.png | Bin 0 -> 25939 bytes .../Screenshot42-install-enmasse-demo-success.png | Bin 0 -> 69009 bytes ivy.xml | 16 +++- ldap/setup/FortressDemoUsers.xml | 3 +- ldap/setup/refreshLDAPData-src.xml | 3 +- pom.xml | 38 ++--------- .../java/com/jts/fortress/AccessMgrFactory.java | 19 ++++-- .../java/com/jts/fortress/AdminMgrFactory.java | 16 ++++- .../java/com/jts/fortress/AuditMgrFactory.java | 19 ++++-- .../java/com/jts/fortress/DelAccessMgrFactory.java | 19 ++++-- .../java/com/jts/fortress/DelAdminMgrFactory.java | 19 ++++-- .../java/com/jts/fortress/DelReviewMgrFactory.java | 19 ++++-- src/main/java/com/jts/fortress/GlobalIds.java | 76 ++++++-------------- .../java/com/jts/fortress/PwPolicyMgrFactory.java | 18 ++++-- .../java/com/jts/fortress/ReviewMgrFactory.java | 19 ++++-- .../com/jts/fortress/cfg/ConfigMgrFactory.java | 20 +++++- src/main/java/com/jts/fortress/rbac/User.java | 6 +- src/main/java/com/jts/fortress/rbac/UserDAO.java | 4 - src/main/java/com/jts/fortress/rest/RestUtils.java | 20 +++--- .../com/jts/fortress/rbac/AccessMgrImplTest.java | 1 - .../com/jts/fortress/rbac/AdminMgrImplTest.java | 1 - .../com/jts/fortress/rbac/AuditMgrImplTest.java | 1 - .../jts/fortress/rbac/DelegatedMgrImplTest.java | 1 - .../com/jts/fortress/rbac/FortressJUnitTest.java | 34 +++++---- .../jts/fortress/rbac/PswdPolicyMgrImplTest.java | 1 - .../com/jts/fortress/rbac/ReviewMgrImplTest.java | 28 +++++++- 31 files changed, 374 insertions(+), 235 deletions(-) create mode 100644 images/Screenshot41-enmasse-http-settings.png create mode 100644 images/Screenshot42-install-enmasse-demo-success.png
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git