Release Notes of LDAP Server Beluga Author: Manfred Duchrow Copyright (c) 2004-2012, by Manfred Duchrow. All rights reserved. ======================================================================= ----------------------------------------------------------------------- 07/09/2012 (V1.0.0) * New start parameter -s with config file for full server (ldap-server.xml) * Timeout for idle connections. * Introduced Response -Interceptors > DelayResponseInterceptor * Beluga API > Changed public void shutdown() to stop the ldapServer if no adminServer was initialized (embedded mode) * Updated libraries to - pf.jar V5.2.0 ----------------------------------------------------------------------- 04/10/2011 (V0.9.1) * Bugfix - Adding a new attribute to an existing object did not work. Now the attribute is added correctly. ----------------------------------------------------------------------- 16/05/2010 (V0.9) * Updated libraries to - pf.jar V4.1 - pf-joi.jar 2.5 * Bugfix: Client was blocking if bind failed. Now a proper response is returned and the connection closed, so the client can continue after a failed bind request. * Added convenience methode to class Beluga for embedded launching of the LDAP server: - public static Beluga launch(String dirDefinition, int dirPort ) - public static Beluga launch( String dirDefinition ) - public static Beluga launch( int dirPort ) - public static Beluga launch() ----------------------------------------------------------------------- 30/03/2007 (V0.8) * Based on pf.jar V3.6 ----------------------------------------------------------------------- 23/08/2006 (V0.7) * Bugfixes > createtimestamp and modifytimestamp must never have multiple values > Query with empty ("") base DN allowed (i.e. query to RootDSE) * Sample Data ----------------------------------------------------------------------- 08/08/2006 (V0.6) * Implemented > ModifyRequest ----------------------------------------------------------------------- 02/07/2006 (V0.5) * Implemented > DeleteRequest > AddRequest ----------------------------------------------------------------------- 23/06/2006 (V0.4) > Renamed to Beluga > Based now on pf.jar 3.4 > Supports now configuration via directory.xml which contains suffix definition and the list of fiels to read in > Supports start-parameter -d to specify the xml config file which defines which data to be loaded ----------------------------------------------------------------------- 20/07/2004 (V0.2) > Yucon Supported functionality - Unbind - Search Request (for scope 0 and 1 and 2) ----------------------------------------------------------------------- 18/07/2004 (V0.1) > Yucon Supported functionality - Select port to listen with -p - Bind request - Search Request (for scope 0 and 1) - Loading data from single LDIF file 'dir_data.ldif' in current path - Logging to console -----------------------------------------------------------------------