What's New in OpenDJ Compared to the OpenDJ release, OpenDJ
provides the following new features.TODO
OpenDJ directory server now requires a privilege,
changelog-read to read and search entries
under cn=changelog
(OPENDJ-1351).
OpenDJ directory server now provides a mechanism
to reference password validators from subentry password policies
(OPENDJ-1295).
OpenDJ directory server has
an improved replication changelog implementation
(OPENDJ-1215).
The configuration refers to the previous implementation
as je because it uses Berkeley DB Java Edition,
and to the new implementation
as log because it uses log files.
You can use the new implementation
by changing the advanced replication server configuration property
replication-db-implementation
to log using the dsconfig command.
Debian and RPM packages now provide service management scripts so
that you can manage the server with the service, and
include documentation files under /usr/share/doc/opendj*
(OPENDJ-1068, OPENDJ-1114).OpenDJ REST LDAP gateway now supports SSL and StartTLS connections
to directory servers (OPENDJ-1033).