|
From: Tomas G. <to...@pr...> - 2004-03-21 10:03:06
|
Beta 2 of EJBCA 3.0 contains both noteworthy features (new great LDAP configuration and SCEP changes) as well as important bugfixes (sign by wrong CA and databas fix). Notes ----- Thanks to a bug in Beta1 the database table 'HardTokenPropertyData' has changed. If you have been using the HardToken features in Beta1, or plan to use them in the future, this table must be rebuilt. 'drop table hardtokenpropertydata' will delete and rebuild the table (data must be entered again). Apart from this, it is a plug-in upgrade. Changes since beta 1 --------------------- Fixed serious bug that caused certs to be signed by wrong CA after ejbPassivate. Added configuration of publishers (LDAP, AD) through administrative web interface. Improved support for SCEP, tested with Cisco VPN client. Fixed primary key for HardTokenPropertyBean, see RELEASE_NOTES. Made SUN specific algorithms and providers configurable, to be able to use other jvm. Made DN order configurable with switch in source. Alias in PKCS12 is now CN by default and username if CN does not exist. Added junit tests of entity beans. More checks in install script. And some other minor fixes... |