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 11100318b5d90505baf412714c0e2999a69a0051 (commit) from 0491e93b7bbc76faef2f843ba56f2e98d9cbd22f (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 11100318b5d90505baf412714c0e2999a69a0051 Author: Shawn McKinney shawn.mckinney@jts.us Date: Sat Oct 19 11:55:14 2013 -0500
FC-74 - Pass warnings in session for role constraint and pw policy violations
-----------------------------------------------------------------------
Summary of changes: src/main/java/us/jts/fortress/ObjectFactory.java | 41 +++++++++----------- .../jts/fortress/cli/CommandLineInterpreter.java | 2 +- .../fortress/ldap/openldap/OLPWControlImpl.java | 25 ++++++------ src/main/java/us/jts/fortress/rbac/DSDChecker.java | 4 ++ .../java/us/jts/fortress/rbac/GlobalPwMsgIds.java | 10 +++++ src/main/java/us/jts/fortress/rbac/PwMessage.java | 9 +++- src/main/java/us/jts/fortress/rbac/Session.java | 37 ++++++++++++++++-- .../us/jts/fortress/rbac/dao/apache/UserDAO.java | 21 ++-------- .../jts/fortress/rbac/dao/unboundid/UserDAO.java | 24 ++++-------- src/main/java/us/jts/fortress/util/time/CUtil.java | 14 +++++-- .../java/us/jts/fortress/AccessMgrConsole.java | 2 +- .../us/jts/fortress/samples/AccessMgrSample.java | 2 +- 12 files changed, 111 insertions(+), 80 deletions(-)
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git