Issue 6995 - Request for Contribution of Identity Access Management Software to OpenLDAP Project
Summary: Request for Contribution of Identity Access Management Software to OpenLDAP P...
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: contrib (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-15 01:51 UTC by smckinn@openldap.org
Modified: 2014-08-01 21:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description smckinn@openldap.org 2011-07-15 01:51:40 UTC
Full_Name: Shawn McKinney
Version: All
OS: All
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (99.34.198.251)


Hello,

We have created a new Identity and Access Management SDK, called Fortress, that
uses Java and OpenLDAP to provide authentication, RBAC, ARBAC, password
policies, auditing and more.

It has taken us 2.5 years of steady work to get it ready for this 1.0 release. 
This SDK has approximately 50K lines of Java code of which approximately 25K are
dedicated to testing using JUnit automated tests to ensure it works correctly. 
There are in excess of 100 public APIs available for use.  There is also a Java
EE container plug-in that provides authentication and authorization services to
Websphere, Tomcat and JBoss app servers in a declarative fashion.  

This product has not been published and we would like to release it as one of
the products under OpenLDAP family of products.  The product will be released
under New BSD open source license (license information is contained in the
source archives on ftp server).

I have uploaded seven packages to our FTP server that contain the source,
documentation and other items for you to look at.

host: jtstools.com
user: jtsguest1
pw: OpenLd@p1

The packages are as follows:

Fortress Core SDK

   1. source - fortressSrc-1.0.0-rc1.zip - 352K bytes
   2. source - fortressTestSrc-1.0.0-rc1.zip - 159K bytes
   3. tutorial/doc - fortressSamples-1.0.0-rc1.zip - 766K bytes
   4. javadoc - fortressDoc-1.0.0-rc1.zip - 1.4M bytes
   5. ldap (folder) - Fortress schema and OpenLDAP slapd.conf


Fortress Realm (Java EE Container plug-ins)

   6. source - fortressRealmSrc-1.0.0-rc1.zip - 45K bytes
   7. javadoc - fortressRealmDoc-1.0.0-rc1.zip - 76K bytes


Package 4 contains complete javadoc for the APIs. 

In package 4, this link, ./fortressDoc-1.0.0-rc1/index.html, contains the
overall summary of the SDK.

this link, ./oamCore/trunk/dist/docs/api/index.html, contains package
descriptions along with detailed documentation describing the contents of the
SDK.

What we are requesting from the OpenLDAP foundation:

1. Source code repository to host the SDK and Realm packages.
2. Bug tracking.
3. Developer and User forums.
4. Wiki (this is a nice to have)

Our goal is to run the open source project with your organization and cultivate
a healthy developer and user community.  We have high hopes for this product
(and OpenLDAP) and consider the 2 products together as an open source
alternative for IAM products that will compete with the commercial vendor
offerings.  

Once 1.0 is released, we will begin working on 2.0 which will include UI's to
control Fortress and OpenLDAP along with a policy server to wrap the Fortress
Java APIs with HTTP/REST Web APIs to make it available to all platforms.

Thanks in advance for your consideration.

Shawn McKinney
JoshuaTree Software
shawn.mckinney@jtstools.com
Comment 1 Kurt Zeilenga 2011-08-15 21:35:27 UTC
Shawn,

I have reviewed the submitted materials.

Other than a lack of a statement of origin, I find no reason why these materials cannot be accepted.  Please submit a "statement of origin" in a follow-up to this ITS.  This can simply be a statement to the effect that the all the submitted materials were authored by JoshuaTree Software, JoshaaTree is the exclusive owner of the works, and that the contribution is made available as indicated by the copyright and license statements in the work.  If the work includes materials derived from works to which others own or otherwise have rights to, please detail.

The Foundation has no objection to the Project establishing a sub-project of the OpenLDAP Project, similar to the Java LDAP and JDBC-LDAP sub projects, to develop works based upon your contribution.  It is the Foundation understanding that Project is also willing to establish such a sub-project, and extend commit privs to the key developers who produced the contributed work.

It is noted that the OpenLDAP Foundation, if it accepts the final contribution, would from time to time publish works derived (such as the source repository itself, and possibly packaged source bundles) from your contribution as well as possibly the contributions of others.  The OpenLDAP Foundation will license its copyright right interests (initially likely quite limited) using the OpenLDAP Public License, and will encourage community members to license their contributions in a manner consistent with our general contribution guidelines.  The OpenLDAP Public License is compatible with the 'New BSD open source license' and similar in its basic terms.

The initial COPYRIGHT file (upon acceptance and initial publication by the OpenLDAP Foundation) would be based on the COPYRIGHT file currently found in OpenLDAP Software distributions, excepting JoshuaTree Software would be named as the contributor of the materials for which the published work is derived from, and notice immediately following the Foundation's notice would be that provided by JoshauTree covering the work as contributions.

It is noted that I recently attempted to re-download the materials and they were no longer available.  That fine, we'd want you to upload fresh zips to our servers once we all were ready to proceed.

Regards, Kurt

On Jul 14, 2011, at 6:51 PM, shawn.mckinney@jtstools.com wrote:

> Full_Name: Shawn McKinney
> Version: All
> OS: All
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (99.34.198.251)
> 
> 
> Hello,
> 
> We have created a new Identity and Access Management SDK, called Fortress, that
> uses Java and OpenLDAP to provide authentication, RBAC, ARBAC, password
> policies, auditing and more.
> 
> It has taken us 2.5 years of steady work to get it ready for this 1.0 release. 
> This SDK has approximately 50K lines of Java code of which approximately 25K are
> dedicated to testing using JUnit automated tests to ensure it works correctly. 
> There are in excess of 100 public APIs available for use.  There is also a Java
> EE container plug-in that provides authentication and authorization services to
> Websphere, Tomcat and JBoss app servers in a declarative fashion.  
> 
> This product has not been published and we would like to release it as one of
> the products under OpenLDAP family of products.  The product will be released
> under New BSD open source license (license information is contained in the
> source archives on ftp server).
> 
> I have uploaded seven packages to our FTP server that contain the source,
> documentation and other items for you to look at.
> 
> host: jtstools.com
> user: jtsguest1
> pw: OpenLd@p1
> 
> The packages are as follows:
> 
> Fortress Core SDK
> 
>   1. source - fortressSrc-1.0.0-rc1.zip - 352K bytes
>   2. source - fortressTestSrc-1.0.0-rc1.zip - 159K bytes
>   3. tutorial/doc - fortressSamples-1.0.0-rc1.zip - 766K bytes
>   4. javadoc - fortressDoc-1.0.0-rc1.zip - 1.4M bytes
>   5. ldap (folder) - Fortress schema and OpenLDAP slapd.conf
> 
> 
> Fortress Realm (Java EE Container plug-ins)
> 
>   6. source - fortressRealmSrc-1.0.0-rc1.zip - 45K bytes
>   7. javadoc - fortressRealmDoc-1.0.0-rc1.zip - 76K bytes
> 
> 
> Package 4 contains complete javadoc for the APIs. 
> 
> In package 4, this link, ./fortressDoc-1.0.0-rc1/index.html, contains the
> overall summary of the SDK.
> 
> this link, ./oamCore/trunk/dist/docs/api/index.html, contains package
> descriptions along with detailed documentation describing the contents of the
> SDK.
> 
> What we are requesting from the OpenLDAP foundation:
> 
> 1. Source code repository to host the SDK and Realm packages.
> 2. Bug tracking.
> 3. Developer and User forums.
> 4. Wiki (this is a nice to have)
> 
> Our goal is to run the open source project with your organization and cultivate
> a healthy developer and user community.  We have high hopes for this product
> (and OpenLDAP) and consider the 2 products together as an open source
> alternative for IAM products that will compete with the commercial vendor
> offerings.  
> 
> Once 1.0 is released, we will begin working on 2.0 which will include UI's to
> control Fortress and OpenLDAP along with a policy server to wrap the Fortress
> Java APIs with HTTP/REST Web APIs to make it available to all platforms.
> 
> Thanks in advance for your consideration.
> 
> Shawn McKinney
> JoshuaTree Software
> shawn.mckinney@jtstools.com
> 


Comment 2 Kurt Zeilenga 2011-08-15 21:44:07 UTC
changed notes
moved from Incoming to Contrib
Comment 3 smckinn@openldap.org 2011-08-16 02:15:10 UTC
<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>Kurt, thanks for taking the time to look this over and allowing this to proceed.&nbsp; We are looking forward to working with you and the others on this project in the near future.&nbsp; This has been a long time coming for us and we appreciate this opportunity.</div><div><br></div><div>Here's the statement of origin. <br></div><div><br></div><div>The product named "Fortress Core" includes contributions that were created by JoshuaTree Software, LLC, who 
is the exclusive owner of the works.&nbsp; This contribution is made 
available as indicated by the copyright and license statements attached to the the 
work.</div><div><br></div><div></div><div>Shawn McKinney</div><blockquote id="replyBlockquote" webmail="1" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size: 10pt; color: black; font-family: verdana;">
<div id="wmQuoteWrapper">
-------- Original Message --------<br>
Subject: Re: (ITS#6995) Request for Contribution of Identity Access<br>
Management Software to OpenLDAP Project<br>
From: Kurt Zeilenga &lt;<a href="mailto:Kurt@OpenLDAP.org">Kurt@OpenLDAP.org</a>&gt;<br>
Date: Mon, August 15, 2011 2:35 pm<br>
To: <a href="http://shawn.mckinney@jtstools.com">shawn.mckinney@jtstools.com</a><br>
Cc: <a href="mailto:openldap-its@OpenLDAP.org">openldap-its@OpenLDAP.org</a><br>
<br>
Shawn,<br>
<br>
I have reviewed the submitted materials.<br>
<br>
Other than a lack of a statement of origin, I find no reason why these materials cannot be accepted.  Please submit a "statement of origin" in a follow-up to this ITS.  This can simply be a statement to the effect that the all the submitted materials were authored by JoshuaTree Software, JoshaaTree is the exclusive owner of the works, and that the contribution is made available as indicated by the copyright and license statements in the work.  If the work includes materials derived from works to which others own or otherwise have rights to, please detail.<br>
<br>
The Foundation has no objection to the Project establishing a sub-project of the OpenLDAP Project, similar to the Java LDAP and JDBC-LDAP sub projects, to develop works based upon your contribution.  It is the Foundation understanding that Project is also willing to establish such a sub-project, and extend commit privs to the key developers who produced the contributed work.<br>
<br>
It is noted that the OpenLDAP Foundation, if it accepts the final contribution, would from time to time publish works derived (such as the source repository itself, and possibly packaged source bundles) from your contribution as well as possibly the contributions of others.  The OpenLDAP Foundation will license its copyright right interests (initially likely quite limited) using the OpenLDAP Public License, and will encourage community members to license their contributions in a manner consistent with our general contribution guidelines.  The OpenLDAP Public License is compatible with the 'New BSD open source license' and similar in its basic terms.<br>
<br>
The initial COPYRIGHT file (upon acceptance and initial publication by the OpenLDAP Foundation) would be based on the COPYRIGHT file currently found in OpenLDAP Software distributions, excepting JoshuaTree Software would be named as the contributor of the materials for which the published work is derived from, and notice immediately following the Foundation's notice would be that provided by JoshauTree covering the work as contributions.<br>
<br>
It is noted that I recently attempted to re-download the materials and they were no longer available.  That fine, we'd want you to upload fresh zips to our servers once we all were ready to proceed.<br>
<br>
Regards, Kurt<br>
<br>
On Jul 14, 2011, at 6:51 PM, <a href="http://shawn.mckinney@jtstools.com">shawn.mckinney@jtstools.com</a> wrote:<br>
<br>
&gt; Full_Name: Shawn McKinney<br>
&gt; Version: All<br>
&gt; OS: All<br>
&gt; URL: ftp://<a href="http://ftp.openldap.org/incoming">ftp.openldap.org/incoming</a>/<br>
&gt; Submission from: (NULL) (99.34.198.251)<br>
&gt; <br>
&gt; <br>
&gt; Hello,<br>
&gt; <br>
&gt; We have created a new Identity and Access Management SDK, called Fortress, that<br>
&gt; uses Java and OpenLDAP to provide authentication, RBAC, ARBAC, password<br>
&gt; policies, auditing and more.<br>
&gt; <br>
&gt; It has taken us 2.5 years of steady work to get it ready for this 1.0 release. <br>
&gt; This SDK has approximately 50K lines of Java code of which approximately 25K are<br>
&gt; dedicated to testing using JUnit automated tests to ensure it works correctly. <br>
&gt; There are in excess of 100 public APIs available for use.  There is also a Java<br>
&gt; EE container plug-in that provides authentication and authorization services to<br>
&gt; Websphere, Tomcat and JBoss app servers in a declarative fashion.  <br>
&gt; <br>
&gt; This product has not been published and we would like to release it as one of<br>
&gt; the products under OpenLDAP family of products.  The product will be released<br>
&gt; under New BSD open source license (license information is contained in the<br>
&gt; source archives on ftp server).<br>
&gt; <br>
&gt; I have uploaded seven packages to our FTP server that contain the source,<br>
&gt; documentation and other items for you to look at.<br>
&gt; <br>
&gt; host: <a href="http://jtstools.com">jtstools.com</a><br>
&gt; user: jtsguest1<br>
&gt; pw: OpenLd@p1<br>
&gt; <br>
&gt; The packages are as follows:<br>
&gt; <br>
&gt; Fortress Core SDK<br>
&gt; <br>
&gt;   1. source - fortressSrc-1.0.0-rc1.zip - 352K bytes<br>
&gt;   2. source - fortressTestSrc-1.0.0-rc1.zip - 159K bytes<br>
&gt;   3. tutorial/doc - fortressSamples-1.0.0-rc1.zip - 766K bytes<br>
&gt;   4. javadoc - fortressDoc-1.0.0-rc1.zip - 1.4M bytes<br>
&gt;   5. ldap (folder) - Fortress schema and OpenLDAP slapd.conf<br>
&gt; <br>
&gt; <br>
&gt; Fortress Realm (Java EE Container plug-ins)<br>
&gt; <br>
&gt;   6. source - fortressRealmSrc-1.0.0-rc1.zip - 45K bytes<br>
&gt;   7. javadoc - fortressRealmDoc-1.0.0-rc1.zip - 76K bytes<br>
&gt; <br>
&gt; <br>
&gt; Package 4 contains complete javadoc for the APIs. <br>
&gt; <br>
&gt; In package 4, this link, ./fortressDoc-1.0.0-rc1/index.html, contains the<br>
&gt; overall summary of the SDK.<br>
&gt; <br>
&gt; this link, ./oamCore/trunk/dist/docs/api/index.html, contains package<br>
&gt; descriptions along with detailed documentation describing the contents of the<br>
&gt; SDK.<br>
&gt; <br>
&gt; What we are requesting from the OpenLDAP foundation:<br>
&gt; <br>
&gt; 1. Source code repository to host the SDK and Realm packages.<br>
&gt; 2. Bug tracking.<br>
&gt; 3. Developer and User forums.<br>
&gt; 4. Wiki (this is a nice to have)<br>
&gt; <br>
&gt; Our goal is to run the open source project with your organization and cultivate<br>
&gt; a healthy developer and user community.  We have high hopes for this product<br>
&gt; (and OpenLDAP) and consider the 2 products together as an open source<br>
&gt; alternative for IAM products that will compete with the commercial vendor<br>
&gt; offerings.  <br>
&gt; <br>
&gt; Once 1.0 is released, we will begin working on 2.0 which will include UI's to<br>
&gt; control Fortress and OpenLDAP along with a policy server to wrap the Fortress<br>
&gt; Java APIs with HTTP/REST Web APIs to make it available to all platforms.<br>
&gt; <br>
&gt; Thanks in advance for your consideration.<br>
&gt; <br>
&gt; Shawn McKinney<br>
&gt; JoshuaTree Software<br>
&gt; <a href="http://shawn.mckinney@jtstools.com">shawn.mckinney@jtstools.com</a><br>
&gt; <br>
<br>

</div>
</blockquote></span></body></html>

Comment 4 smckinn@openldap.org 2011-08-16 02:27:56 UTC
>Please submit a "statement of origin" in a follow-up to this ITS

Let me try this again:

The product named "Fortress Core" includes contributions that were
created by JoshuaTree Software, LLC, who is the exclusive owner of the
works.  This contribution is made available as indicated by the
copyright and license statements attached to the the work.

Shawn McKinney
JoshuaTree Software


Comment 5 Kurt Zeilenga 2011-08-17 17:19:12 UTC
On Aug 15, 2011, at 7:15 PM, <shawn.mckinney@jtstools.com> <shawn.mckinney@jtstools.com> wrote:
> The product named "Fortress Core" includes contributions that were created by JoshuaTree Software, LLC, who is the exclusive owner of the works.  This contribution is made available as indicated by the copyright and license statements attached to the the work.


Shawn, the wording of this statement is not sufficient clear for a couple of reasons.  One, the term product doesn't necessarily refer to the contributed works.  Two, "includes" language doesn't exclude the possibility that portions of the contributed work were created by others.   We need the statement of origin to be quite clear.   Assuming all of the contributed works were created by JohshuaTree Software, LLC, we suggest stating something of the form.

	The contributed works provided by <creator> and referenced in this ITS were created by <creator>, who is the exclusive owner of the contributed works.  The contributed works are made available as indicated in the copyright and license statements attached to the work.

where <creator> was replaced with JoshuaTree Software, LLC.

Please restate the statement of origin, either in the above form or other appropriate form, in response to this ITS.

Regards, Kurt

> 
> Shawn McKinney
> -------- Original Message --------
> Subject: Re: (ITS#6995) Request for Contribution of Identity Access
> Management Software to OpenLDAP Project
> From: Kurt Zeilenga <Kurt@OpenLDAP.org>
> Date: Mon, August 15, 2011 2:35 pm
> To: shawn.mckinney@jtstools.com
> Cc: openldap-its@OpenLDAP.org
> 
> Shawn,
> 
> I have reviewed the submitted materials.
> 
> Other than a lack of a statement of origin, I find no reason why these materials cannot be accepted. Please submit a "statement of origin" in a follow-up to this ITS. This can simply be a statement to the effect that the all the submitted materials were authored by JoshuaTree Software, JoshaaTree is the exclusive owner of the works, and that the contribution is made available as indicated by the copyright and license statements in the work. If the work includes materials derived from works to which others own or otherwise have rights to, please detail.
> 
> The Foundation has no objection to the Project establishing a sub-project of the OpenLDAP Project, similar to the Java LDAP and JDBC-LDAP sub projects, to develop works based upon your contribution. It is the Foundation understanding that Project is also willing to establish such a sub-project, and extend commit privs to the key developers who produced the contributed work.
> 
> It is noted that the OpenLDAP Foundation, if it accepts the final contribution, would from time to time publish works derived (such as the source repository itself, and possibly packaged source bundles) from your contribution as well as possibly the contributions of others. The OpenLDAP Foundation will license its copyright right interests (initially likely quite limited) using the OpenLDAP Public License, and will encourage community members to license their contributions in a manner consistent with our general contribution guidelines. The OpenLDAP Public License is compatible with the 'New BSD open source license' and similar in its basic terms.
> 
> The initial COPYRIGHT file (upon acceptance and initial publication by the OpenLDAP Foundation) would be based on the COPYRIGHT file currently found in OpenLDAP Software distributions, excepting JoshuaTree Software would be named as the contributor of the materials for which the published work is derived from, and notice immediately following the Foundation's notice would be that provided by JoshauTree covering the work as contributions.
> 
> It is noted that I recently attempted to re-download the materials and they were no longer available. That fine, we'd want you to upload fresh zips to our servers once we all were ready to proceed.
> 
> Regards, Kurt
> 
> On Jul 14, 2011, at 6:51 PM, shawn.mckinney@jtstools.com wrote:
> 
> > Full_Name: Shawn McKinney
> > Version: All
> > OS: All
> > URL: ftp://ftp.openldap.org/incoming/
> > Submission from: (NULL) (99.34.198.251)
> > 
> > 
> > Hello,
> > 
> > We have created a new Identity and Access Management SDK, called Fortress, that
> > uses Java and OpenLDAP to provide authentication, RBAC, ARBAC, password
> > policies, auditing and more.
> > 
> > It has taken us 2.5 years of steady work to get it ready for this 1.0 release. 
> > This SDK has approximately 50K lines of Java code of which approximately 25K are
> > dedicated to testing using JUnit automated tests to ensure it works correctly. 
> > There are in excess of 100 public APIs available for use. There is also a Java
> > EE container plug-in that provides authentication and authorization services to
> > Websphere, Tomcat and JBoss app servers in a declarative fashion. 
> > 
> > This product has not been published and we would like to release it as one of
> > the products under OpenLDAP family of products. The product will be released
> > under New BSD open source license (license information is contained in the
> > source archives on ftp server).
> > 
> > I have uploaded seven packages to our FTP server that contain the source,
> > documentation and other items for you to look at.
> > 
> > host: jtstools.com
> > user: jtsguest1
> > pw: OpenLd@p1
> > 
> > The packages are as follows:
> > 
> > Fortress Core SDK
> > 
> > 1. source - fortressSrc-1.0.0-rc1.zip - 352K bytes
> > 2. source - fortressTestSrc-1.0.0-rc1.zip - 159K bytes
> > 3. tutorial/doc - fortressSamples-1.0.0-rc1.zip - 766K bytes
> > 4. javadoc - fortressDoc-1.0.0-rc1.zip - 1.4M bytes
> > 5. ldap (folder) - Fortress schema and OpenLDAP slapd.conf
> > 
> > 
> > Fortress Realm (Java EE Container plug-ins)
> > 
> > 6. source - fortressRealmSrc-1.0.0-rc1.zip - 45K bytes
> > 7. javadoc - fortressRealmDoc-1.0.0-rc1.zip - 76K bytes
> > 
> > 
> > Package 4 contains complete javadoc for the APIs. 
> > 
> > In package 4, this link, ./fortressDoc-1.0.0-rc1/index.html, contains the
> > overall summary of the SDK.
> > 
> > this link, ./oamCore/trunk/dist/docs/api/index.html, contains package
> > descriptions along with detailed documentation describing the contents of the
> > SDK.
> > 
> > What we are requesting from the OpenLDAP foundation:
> > 
> > 1. Source code repository to host the SDK and Realm packages.
> > 2. Bug tracking.
> > 3. Developer and User forums.
> > 4. Wiki (this is a nice to have)
> > 
> > Our goal is to run the open source project with your organization and cultivate
> > a healthy developer and user community. We have high hopes for this product
> > (and OpenLDAP) and consider the 2 products together as an open source
> > alternative for IAM products that will compete with the commercial vendor
> > offerings. 
> > 
> > Once 1.0 is released, we will begin working on 2.0 which will include UI's to
> > control Fortress and OpenLDAP along with a policy server to wrap the Fortress
> > Java APIs with HTTP/REST Web APIs to make it available to all platforms.
> > 
> > Thanks in advance for your consideration.
> > 
> > Shawn McKinney
> > JoshuaTree Software
> > shawn.mckinney@jtstools.com
> > 
> 


Comment 6 smckinn@openldap.org 2011-08-18 02:29:43 UTC
>Please restate the statement of origin, either in the above form or other appropriate form, in response to this ITS.

The contributed works provided by Joshua Tree Software, LLC. and
referenced in this ITS were created by Joshua Tree Software, LLC., who
is the exclusive owner of the contributed works. The contributed works
are made available as indicated in the copyright and license statements
attached to the work.

Shawn McKinney

-------- Original Message --------
Subject: Re: (ITS#6995) Request for Contribution of Identity Access
Management Software to OpenLDAP Project
From: Kurt Zeilenga <Kurt@OpenLDAP.org>
Date: Wed, August 17, 2011 10:19 am
To: "<shawn.mckinney@jtstools.com>" <shawn.mckinney@jtstools.com>
Cc: openldap-its@OpenLDAP.org


On Aug 15, 2011, at 7:15 PM, <shawn.mckinney@jtstools.com>
<shawn.mckinney@jtstools.com> wrote:
> The product named "Fortress Core" includes contributions that were created by JoshuaTree Software, LLC, who is the exclusive owner of the works. This contribution is made available as indicated by the copyright and license statements attached to the the work.


Shawn, the wording of this statement is not sufficient clear for a
couple of reasons. One, the term product doesn't necessarily refer to
the contributed works. Two, "includes" language doesn't exclude the
possibility that portions of the contributed work were created by
others. We need the statement of origin to be quite clear. Assuming all
of the contributed works were created by JohshuaTree Software, LLC, we
suggest stating something of the form.

 The contributed works provided by <creator> and referenced in this ITS
were created by <creator>, who is the exclusive owner of the contributed
works. The contributed works are made available as indicated in the
copyright and license statements attached to the work.

where <creator> was replaced with JoshuaTree Software, LLC.

Please restate the statement of origin, either in the above form or
other appropriate form, in response to this ITS.

Regards, Kurt

> 
> Shawn McKinney
> -------- Original Message --------
> Subject: Re: (ITS#6995) Request for Contribution of Identity Access
> Management Software to OpenLDAP Project
> From: Kurt Zeilenga <Kurt@OpenLDAP.org>
> Date: Mon, August 15, 2011 2:35 pm
> To: shawn.mckinney@jtstools.com
> Cc: openldap-its@OpenLDAP.org
> 
> Shawn,
> 
> I have reviewed the submitted materials.
> 
> Other than a lack of a statement of origin, I find no reason why these materials cannot be accepted. Please submit a "statement of origin" in a follow-up to this ITS. This can simply be a statement to the effect that the all the submitted materials were authored by JoshuaTree Software, JoshaaTree is the exclusive owner of the works, and that the contribution is made available as indicated by the copyright and license statements in the work. If the work includes materials derived from works to which others own or otherwise have rights to, please detail.
> 
> The Foundation has no objection to the Project establishing a sub-project of the OpenLDAP Project, similar to the Java LDAP and JDBC-LDAP sub projects, to develop works based upon your contribution. It is the Foundation understanding that Project is also willing to establish such a sub-project, and extend commit privs to the key developers who produced the contributed work.
> 
> It is noted that the OpenLDAP Foundation, if it accepts the final contribution, would from time to time publish works derived (such as the source repository itself, and possibly packaged source bundles) from your contribution as well as possibly the contributions of others. The OpenLDAP Foundation will license its copyright right interests (initially likely quite limited) using the OpenLDAP Public License, and will encourage community members to license their contributions in a manner consistent with our general contribution guidelines. The OpenLDAP Public License is compatible with the 'New BSD open source license' and similar in its basic terms.
> 
> The initial COPYRIGHT file (upon acceptance and initial publication by the OpenLDAP Foundation) would be based on the COPYRIGHT file currently found in OpenLDAP Software distributions, excepting JoshuaTree Software would be named as the contributor of the materials for which the published work is derived from, and notice immediately following the Foundation's notice would be that provided by JoshauTree covering the work as contributions.
> 
> It is noted that I recently attempted to re-download the materials and they were no longer available. That fine, we'd want you to upload fresh zips to our servers once we all were ready to proceed.
> 
> Regards, Kurt
> 
> On Jul 14, 2011, at 6:51 PM, shawn.mckinney@jtstools.com wrote:
> 
> > Full_Name: Shawn McKinney
> > Version: All
> > OS: All
> > URL: ftp://ftp.openldap.org/incoming/
> > Submission from: (NULL) (99.34.198.251)
> > 
> > 
> > Hello,
> > 
> > We have created a new Identity and Access Management SDK, called Fortress, that
> > uses Java and OpenLDAP to provide authentication, RBAC, ARBAC, password
> > policies, auditing and more.
> > 
> > It has taken us 2.5 years of steady work to get it ready for this 1.0 release. 
> > This SDK has approximately 50K lines of Java code of which approximately 25K are
> > dedicated to testing using JUnit automated tests to ensure it works correctly. 
> > There are in excess of 100 public APIs available for use. There is also a Java
> > EE container plug-in that provides authentication and authorization services to
> > Websphere, Tomcat and JBoss app servers in a declarative fashion. 
> > 
> > This product has not been published and we would like to release it as one of
> > the products under OpenLDAP family of products. The product will be released
> > under New BSD open source license (license information is contained in the
> > source archives on ftp server).
> > 
> > I have uploaded seven packages to our FTP server that contain the source,
> > documentation and other items for you to look at.
> > 
> > host: jtstools.com
> > user: jtsguest1
> > pw: OpenLd@p1
> > 
> > The packages are as follows:
> > 
> > Fortress Core SDK
> > 
> > 1. source - fortressSrc-1.0.0-rc1.zip - 352K bytes
> > 2. source - fortressTestSrc-1.0.0-rc1.zip - 159K bytes
> > 3. tutorial/doc - fortressSamples-1.0.0-rc1.zip - 766K bytes
> > 4. javadoc - fortressDoc-1.0.0-rc1.zip - 1.4M bytes
> > 5. ldap (folder) - Fortress schema and OpenLDAP slapd.conf
> > 
> > 
> > Fortress Realm (Java EE Container plug-ins)
> > 
> > 6. source - fortressRealmSrc-1.0.0-rc1.zip - 45K bytes
> > 7. javadoc - fortressRealmDoc-1.0.0-rc1.zip - 76K bytes
> > 
> > 
> > Package 4 contains complete javadoc for the APIs. 
> > 
> > In package 4, this link, ./fortressDoc-1.0.0-rc1/index.html, contains the
> > overall summary of the SDK.
> > 
> > this link, ./oamCore/trunk/dist/docs/api/index.html, contains package
> > descriptions along with detailed documentation describing the contents of the
> > SDK.
> > 
> > What we are requesting from the OpenLDAP foundation:
> > 
> > 1. Source code repository to host the SDK and Realm packages.
> > 2. Bug tracking.
> > 3. Developer and User forums.
> > 4. Wiki (this is a nice to have)
> > 
> > Our goal is to run the open source project with your organization and cultivate
> > a healthy developer and user community. We have high hopes for this product
> > (and OpenLDAP) and consider the 2 products together as an open source
> > alternative for IAM products that will compete with the commercial vendor
> > offerings. 
> > 
> > Once 1.0 is released, we will begin working on 2.0 which will include UI's to
> > control Fortress and OpenLDAP along with a policy server to wrap the Fortress
> > Java APIs with HTTP/REST Web APIs to make it available to all platforms.
> > 
> > Thanks in advance for your consideration.
> > 
> > Shawn McKinney
> > JoshuaTree Software
> > shawn.mckinney@jtstools.com
> > 
>


Comment 7 smckinn@openldap.org 2011-09-06 00:35:50 UTC
Hello,

Two packages have been uploaded to the incoming folder on openldap's
public ftp site.  The package names are:
fortressCore.zip and fortressRealm.zip of sizes 1.1 MB and 74.8 KB
respectively.  The two packages contain the source code that form the
basis for the Fortress Java SDK (fortessCore) and Java EE container
security plug-in component (fortressRealm).

Thanks,

Shawn



Comment 8 Howard Chu 2012-06-23 12:22:02 UTC
changed notes
changed state Open to Closed
Comment 9 OpenLDAP project 2014-08-01 21:03:30 UTC
"Statement of origin" needed
Project Added