You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/05/07 18:33:24 UTC

svn commit: r169095 - in /directory/apacheds/trunk: CHANGES.txt README.txt

Author: akarasulu
Date: Sat May  7 09:33:23 2005
New Revision: 169095

URL: http://svn.apache.org/viewcvs?rev=169095&view=rev
Log:
slight adjustments to these files

Modified:
    directory/apacheds/trunk/CHANGES.txt
    directory/apacheds/trunk/README.txt

Modified: directory/apacheds/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/CHANGES.txt?rev=169095&r1=169094&r2=169095&view=diff
==============================================================================
--- directory/apacheds/trunk/CHANGES.txt (original)
+++ directory/apacheds/trunk/CHANGES.txt Sat May  7 09:33:23 2005
@@ -10,3 +10,8 @@
    factory when there are multiple alternatives
  o added Authenticator (thanks to Endi)
  o added support for multiple types of backends (thanks to Endi)
+ o removed apseda and using new network layer, MINA
+ o revamped interceptor factory: interceptors easier to manage and to add
+   custom interceptors.  Design is similar to filter chaining.
+ o several performance improvements
+ o refactored and cleaned up APIs in general

Modified: directory/apacheds/trunk/README.txt
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/README.txt?rev=169095&r1=169094&r2=169095&view=diff
==============================================================================
--- directory/apacheds/trunk/README.txt (original)
+++ directory/apacheds/trunk/README.txt Sat May  7 09:33:23 2005
@@ -20,11 +20,11 @@
 
 To run with defaults,
 
-java -jar apacheds-0.9-main.jar 
+java -jar apacheds-main-0.9.jar 
 
 or with custom settings,
 
-java -jar apacheds-0.9-main.jar your.properties
+java -jar apacheds-main-0.9.jar your.properties
 
 
 Connecting
@@ -36,12 +36,13 @@
 Building 
 --------
 
-maven multiproject 
+maven multiproject:install 
 
 
 Notes
 -----
 
- o The kerberos service as well as other services are not included within this 
-   release.  
+ o The kerberos service has been added to this distribution but is off by 
+   default.  Please check documentation on kerberos section of site for
+   configuring the kerberos protocol provider plugin.