You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/01/15 16:48:20 UTC

svn commit: r1652141 - in /directory/site/trunk: content/api/download-old-versions.mdtext content/api/news.mdtext content/fortress/user-guide/3-configuration.mdtext lib/path.pm

Author: elecharny
Date: Thu Jan 15 15:48:20 2015
New Revision: 1652141

URL: http://svn.apache.org/r1652141
Log:
Updated teh site to announce the LDAP API 1.0.0-M28 release

Added:
    directory/site/trunk/content/fortress/user-guide/3-configuration.mdtext
Modified:
    directory/site/trunk/content/api/download-old-versions.mdtext
    directory/site/trunk/content/api/news.mdtext
    directory/site/trunk/lib/path.pm

Modified: directory/site/trunk/content/api/download-old-versions.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download-old-versions.mdtext?rev=1652141&r1=1652140&r2=1652141&view=diff
==============================================================================
--- directory/site/trunk/content/api/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/api/download-old-versions.mdtext Thu Jan 15 15:48:20 2015
@@ -25,6 +25,7 @@ Notice: Licensed to the Apache Software
 
 | Version| Download Link | Javadoc & XRef |  Date |
 |:-:|:-:|:-:|:-:|
+| Apache LDAP API 1.0.0-M27 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M27) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M27/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M27/xref/) |29/Dec/2014 |
 | Apache LDAP API 1.0.0-M26 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M26) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M26/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M26/xref/) |22/Nov/2014 |
 | Apache LDAP API 1.0.0-M25 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M25) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M25/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M25/xref/) |12/Nov/2014 |
 | Apache LDAP API 1.0.0-M24 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M24) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M24/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M24/xref/) |02/Aug/2014 |

Modified: directory/site/trunk/content/api/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/news.mdtext?rev=1652141&r1=1652140&r2=1652141&view=diff
==============================================================================
--- directory/site/trunk/content/api/news.mdtext (original)
+++ directory/site/trunk/content/api/news.mdtext Thu Jan 15 15:48:20 2015
@@ -1,4 +1,28 @@
 # News
+<h2 class="news">Apache Directory LDAP API 1.0.0-M28 released <em>posted on January 15th, 2015</em></h2>
+
+The Apache Directory Team is proud to announce the availability of version 1.0.0-M28 of the Apache Directory LDAP API.
+
+The Apache Directory LDAP API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing LDAP API (jLdap and Mozilla LDAP API).
+
+This is a schema aware API, with some convenient ways to access a LDAP server. This API is not only targeting the Apache Directory Server, but should work pristine with any LDAP server.
+
+It's also an extensible API : new Controls, schema elements and network layer could be added or used in the near future. It's also OSGi capable.
+
+This release fixes some critical issues in the LDAP Pool under heavy load, and improved a few other areas.
+
+
+<b>Bugs : </b>
+
+  * [DIRAPI-217](https://issues.apache.org/jira/browse/DIRAPI-217) Under heavy load, the Connection Pool will not provide valid connections 
+  * [DIRAPI-174](https://issues.apache.org/jira/browse/DIRAPI-193) There is no future associated with operation message ID 333, perhaps the operation would have been completed 
+  * [DIRAPI-184](https://issues.apache.org/jira/browse/DIRAPI-155) Chain ANTLR exceptions to ParserException 
+
+Feel free to experiment, we highly appreciate your feedback !
+
+Downloads are available [here](downloads.html) and the User's Guide is [there](user-guide.html)
+
+# News
 <h2 class="news">Apache Directory LDAP API 1.0.0-M27 released <em>posted on December 29th, 2014</em></h2>
 
 The Apache Directory Team is proud to announce the availability of version 1.0.0-M27 of the Apache Directory LDAP API.

Added: directory/site/trunk/content/fortress/user-guide/3-configuration.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/user-guide/3-configuration.mdtext?rev=1652141&view=auto
==============================================================================
--- directory/site/trunk/content/fortress/user-guide/3-configuration.mdtext (added)
+++ directory/site/trunk/content/fortress/user-guide/3-configuration.mdtext Thu Jan 15 15:48:20 2015
@@ -0,0 +1,58 @@
+Title: 3 - Fortress Configuration
+Navprev: 2.3-multitenancy-under-covers.html
+NavPrevText: 2.3 - Multitenancy under the covers
+NavUp: ../user-guide.html
+NavUpText: User Guide
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    .
+    http://www.apache.org/licenses/LICENSE-2.0
+    .
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+# 3.1 - Fortress Configuration
+
+In order to use the API, you must configure it. As it will connect to a remote LDAP server
+
+host=@LDAP_HOST@
+port=@LDAP_PORT@
+enable.ldap.ssl=@ENABLE_LDAP_SSL@
+enable.ldap.ssl.debug=@ENABLE_LDAP_SSL_DEBUG@
+trust.store=@TRUST_STORE@
+trust.store.password=@TRUST_STORE_PW@
+trust.store.set.prop=@TRUST_STORE_SET_PROPW@
+key.store=@KEY_STORE@
+key.store.password=@KEY_STORE_PW@
+admin.user=@ROOT_DN@
+admin.pw=@CFG_ROOT_PW@
+min.admin.conn=@ADM_MIN_CONN@
+max.admin.conn=@ADM_MAX_CONN@
+min.admin.conn=@ADM_MIN_CONN@
+max.admin.conn=@ADM_MAX_CONN@
+log.admin.user=@LOG_ROOT_DN@
+log.admin.pw=@CFG_LOG_ROOT_PW@
+min.log.conn=@LOG_MIN_CONN@
+max.log.conn=@LOG_MAX_CONN@
+config.realm=DEFAULT
+config.root=ou=Config,@SUFFIX@
+debug.ldap.pool=true
+enable.pool.reconnect=true
+crypto.prop=@CFG_CRYPTO_PROP@
+disable.dsd.cache=false
+enable.mgr.impl.rest=@ENABLE_REST@
+http.user=@REST_HTTP_USER@
+http.pw=@REST_HTTP_PW@
+http.host=@REST_HTTP_HOST@
+http.port=@REST_HTTP_PORT@
+dao.connector=@LDAP_CLIENT_TYPE@
+GroupTest=org.apache.directory.fortress.core.group.GroupAntTest

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1652141&r1=1652140&r2=1652141&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Thu Jan 15 15:48:20 2015
@@ -1,7 +1,7 @@
 package path;
  
 # Versions (for download links)
-our $version_api = "1.0.0-M27";
+our $version_api = "1.0.0-M28";
 our $version_apacheds = "2.0.0-M19";
 our $version_studio = "2.0.0.v20130628";
 our $version_studio_name = "2.0.0-M8";