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 121955179cdd28a6d011f7a2309d9b32b4bad32d (commit)
from 116efada3b9b0945c017be4be18065cde316e9a9 (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 121955179cdd28a6d011f7a2309d9b32b4bad32d
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Dec 4 02:45:17 2011 -0600
numerous corrections to cli reference
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/cli/package.html | 89 +++++++++++++---------------
1 files changed, 42 insertions(+), 47 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git
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 116efada3b9b0945c017be4be18065cde316e9a9 (commit)
from 535a9d9456aec1d317a599ac8d63afc3d0568dda (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 116efada3b9b0945c017be4be18065cde316e9a9
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Dec 4 00:55:14 2011 -0600
Move administrative permission functions into DelegatedAdminMgr
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/DelegatedAdminMgr.java | 129 +++++++++++++++
.../jts/fortress/arbac/DelegatedAdminMgrImpl.java | 169 +++++++++++++++++++-
.../jts/fortress/cli/CommandLineInterpreter.java | 25 +--
src/java/com/jts/fortress/cli/package.html | 6 +-
4 files changed, 307 insertions(+), 22 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git
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 535a9d9456aec1d317a599ac8d63afc3d0568dda (commit)
from 11e939397be2959033f89696319a4e57e0c2db6d (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 535a9d9456aec1d317a599ac8d63afc3d0568dda
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Dec 3 23:04:07 2011 -0600
minor corrections made to installation doc and command reference
-----------------------------------------------------------------------
Summary of changes:
README.txt | 20 +++++++++++++++-----
src/java/com/jts/fortress/cli/package.html | 9 ---------
2 files changed, 15 insertions(+), 14 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git
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 11e939397be2959033f89696319a4e57e0c2db6d (commit)
from c13b827680300c044415f33bcebddf5d53b6f9b5 (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 11e939397be2959033f89696319a4e57e0c2db6d
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Dec 3 22:50:11 2011 -0600
Add CLI reference manual
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/arbac/OrgUnit.java | 1 -
.../jts/fortress/cli/CommandLineInterpreter.java | 437 +++++-
src/java/com/jts/fortress/cli/Options.java | 246 +++-
src/java/com/jts/fortress/cli/package.html | 1590 ++++++++++++++++++++
4 files changed, 2213 insertions(+), 61 deletions(-)
create mode 100644 src/java/com/jts/fortress/cli/package.html
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git
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 c13b827680300c044415f33bcebddf5d53b6f9b5 (commit)
from 8dfd236053bfab65d5d24be888d93e2ada631415 (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 c13b827680300c044415f33bcebddf5d53b6f9b5
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Fri Dec 2 19:02:20 2011 -0600
Add command line interpreter
-----------------------------------------------------------------------
Summary of changes:
build.xml | 15 +
ldap/setup/FortressDemoUsers.xml | 256 ++-----
ldap/setup/HierarchicalRoleExample.xml | 14 +-
ldap/setup/OrgUnitExample.xml | 24 +-
ldap/setup/refreshLDAPData-src.xml | 249 +++---
src/java/com/jts/fortress/DelegatedAccessMgr.java | 5 +-
src/java/com/jts/fortress/DelegatedAdminMgr.java | 23 +-
src/java/com/jts/fortress/DelegatedReviewMgr.java | 12 +-
src/java/com/jts/fortress/SecurityException.java | 1 +
src/java/com/jts/fortress/cli/CmdLineParser.java | 661 ++++++++++++++++
.../jts/fortress/cli/CommandLineInterpreter.java | 812 ++++++++++++++++++++
src/java/com/jts/fortress/cli/Options.java | 340 ++++++++
.../com/jts/fortress/constants/GlobalErrIds.java | 5 +
src/java/com/jts/fortress/rbac/User.java | 24 +-
src/java/com/jts/fortress/util/attr/VUtil.java | 5 +
15 files changed, 2084 insertions(+), 362 deletions(-)
mode change 100755 => 100644 ldap/setup/FortressDemoUsers.xml
create mode 100644 src/java/com/jts/fortress/cli/CmdLineParser.java
create mode 100644 src/java/com/jts/fortress/cli/CommandLineInterpreter.java
create mode 100644 src/java/com/jts/fortress/cli/Options.java
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git