Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "LDAP Context Provider Dependencies"

 
 
(19 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 
|-style="background:grey; color:black"
 
|-style="background:grey; color:black"
! width="20%" border="1" align="left" valign="top" | Library (URL)
+
! width="20%" border="1" align="left" valign="top" | Library Home Page (URL)
! width="50%" border="1" align="left" valign="top" | Used for
+
! width="20%" border="1" align="left" valign="top" | Jar(s) (URL)
 +
! width="40%" border="1" align="left" valign="top" | Used for
 
! width="10%" border="1" align="left" valign="top" | Version
 
! width="10%" border="1" align="left" valign="top" | Version
 
! width="10%" border="1" align="left" valign="top" | License (URL)
 
! width="10%" border="1" align="left" valign="top" | License (URL)
 
|-
 
|-
| dom4j
+
| [http://dom4j.org/ dom4j]
| Used to read and write our XML based configuration file.
+
| [http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.jar dom4j-1.6.1.jar]
|
+
| Used to read and write our XML based configuration file.  We also currently use castor generated code to read and write XML configuration data but it doesn't handle all the XML Schema constructs (namespace references) that we need.
|
+
| 1.6.1
 +
| [http://www.dom4j.org/license.html License] (BSD style)
 
|-
 
|-
| log4j
+
| [http://logging.apache.org/log4j/docs/ log4j]
 +
| [http://archive.apache.org/dist/logging/log4j/1.2.13/ download]
 
| Used for logging.
 
| Used for logging.
|
+
| 1.2.13(Approved by Orbit)
|
+
| [http://www.apache.org/licenses/LICENSE-2.0 License] (Approved by Orbit)
 
|-
 
|-
| openxdas
+
| Open XDAS
 +
| [http://openxdas.sourceforge.net/downloads.html Downloads]
 
| Used to raise auditing events through Open XDAS java client.  These audit events will be recorded if there is an Open XDAS server running, otherwise, they will have no effect.
 
| Used to raise auditing events through Open XDAS java client.  These audit events will be recorded if there is an Open XDAS server running, otherwise, they will have no effect.
|
+
| 0.3.x
|
+
| [http://sourceforge.net/projects/openxdas License] (BSD style license)
 
|-
 
|-
| bandit utility
+
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit utility]
| Used for XML based configuration reading and writing and several other utility classes.  Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation, and small modifications to the Open LDAP RFC filter code mentioned above.
+
| [http://www.bandit-project.org/index.php/Common_Identity_Downloads downloads] - part of Identity Abstraction tar
|
+
| Used for XML based configuration reading and writing and several other utility classes.  Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation, and small modifications to the Open LDAP RFC filter code listed below.
|
+
| ?
 +
| [http://www.bandit-project.org/index.php/FAQs#Licensing Licensing]
 +
Common Identity (Higgins) --> LGPL  Novell is requesting dual licensing under EPL
 +
|-
 +
| [http://www.openldap.org/ Open LDAP]
 +
| [http://www.openldap.org/software/download/ Downloads]
 +
| Used by the LDAP portion bandit utility libraries.
 +
| 2.3.30
 +
| [http://www.openldap.org/software/release/license.html License] (BSD style license)
 +
|-
 +
| Xerces
 +
| [http://xml.apache.org/xalan-j/downloads.html Downloads]
 +
| Used by the castor generated code (and dom4j?).
 +
| 2.7.1
 +
| [http://www.apache.org/licenses/LICENSE-2.0.html License] (Approved by Orbit)
 
|-
 
|-
 
|}
 
|}

Latest revision as of 18:27, 3 January 2007

This page is a work in progress...

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
dom4j dom4j-1.6.1.jar Used to read and write our XML based configuration file. We also currently use castor generated code to read and write XML configuration data but it doesn't handle all the XML Schema constructs (namespace references) that we need. 1.6.1 License (BSD style)
log4j download Used for logging. 1.2.13(Approved by Orbit) License (Approved by Orbit)
Open XDAS Downloads Used to raise auditing events through Open XDAS java client. These audit events will be recorded if there is an Open XDAS server running, otherwise, they will have no effect. 0.3.x License (BSD style license)
Bandit utility downloads - part of Identity Abstraction tar Used for XML based configuration reading and writing and several other utility classes. Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation, and small modifications to the Open LDAP RFC filter code listed below.  ? Licensing

Common Identity (Higgins) --> LGPL Novell is requesting dual licensing under EPL

Open LDAP Downloads Used by the LDAP portion bandit utility libraries. 2.3.30 License (BSD style license)
Xerces Downloads Used by the castor generated code (and dom4j?). 2.7.1 License (Approved by Orbit)

.

See Also

Back to the top