2007-08-25 07:24:34 +08:00
|
|
|
# $OpenLDAP$
|
2020-01-10 00:50:21 +08:00
|
|
|
# Copyright 2007-2020 The OpenLDAP Foundation, All Rights Reserved.
|
2007-08-25 07:24:34 +08:00
|
|
|
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
|
|
|
|
|
|
|
|
H1: Changes Since Previous Release
|
|
|
|
|
2007-08-26 06:44:07 +08:00
|
|
|
The following sections attempt to summarize the new features and changes in OpenLDAP
|
2020-04-28 07:25:08 +08:00
|
|
|
software since the 2.4.x release and the OpenLDAP Admin Guide.
|
2007-08-25 07:24:34 +08:00
|
|
|
|
|
|
|
H2: New Guide Sections
|
|
|
|
|
2007-08-26 06:44:07 +08:00
|
|
|
In order to make the Admin Guide more thorough and cover the majority of questions
|
|
|
|
asked on the OpenLDAP mailing lists and scenarios discussed there, we have added the following new sections:
|
2007-08-25 07:24:34 +08:00
|
|
|
|
2007-08-26 06:44:07 +08:00
|
|
|
* {{SECT:When should I use LDAP?}}
|
|
|
|
* {{SECT:When should I not use LDAP?}}
|
|
|
|
* {{SECT:LDAP vs RDBMS}}
|
2008-03-20 00:52:52 +08:00
|
|
|
* {{SECT:Access Control}}
|
2007-08-26 06:44:07 +08:00
|
|
|
* {{SECT:Backends}}
|
|
|
|
* {{SECT:Overlays}}
|
|
|
|
* {{SECT:Replication}}
|
|
|
|
* {{SECT:Maintenance}}
|
|
|
|
* {{SECT:Monitoring}}
|
|
|
|
* {{SECT:Tuning}}
|
|
|
|
* {{SECT:Troubleshooting}}
|
|
|
|
* {{SECT:Changes Since Previous Release}}
|
2020-04-28 07:25:08 +08:00
|
|
|
* {{SECT:Upgrading from 2.4.x}}
|
2007-10-15 07:38:46 +08:00
|
|
|
* {{SECT:Common errors encountered when using OpenLDAP Software}}
|
|
|
|
* {{SECT:Recommended OpenLDAP Software Dependency Versions}}
|
|
|
|
* {{SECT:Real World OpenLDAP Deployments and Examples}}
|
|
|
|
* {{SECT:OpenLDAP Software Contributions}}
|
2007-08-26 06:44:07 +08:00
|
|
|
* {{SECT:Configuration File Examples}}
|
2007-10-15 07:38:46 +08:00
|
|
|
* {{SECT:LDAP Result Codes}}
|
2007-08-26 06:44:07 +08:00
|
|
|
* {{SECT:Glossary}}
|
2007-08-25 07:24:34 +08:00
|
|
|
|
2007-08-26 06:44:07 +08:00
|
|
|
Also, the table of contents is now 3 levels deep to ease navigation.
|
2007-08-25 07:24:34 +08:00
|
|
|
|
2007-08-26 06:44:07 +08:00
|
|
|
|
2020-04-28 07:25:08 +08:00
|
|
|
H2: New Features and Enhancements in 2.5
|
2007-08-26 06:44:07 +08:00
|
|
|
|
|
|
|
H3: Better {{B:cn=config}} functionality
|
|
|
|
|
|
|
|
H3: Better {{B:cn=schema}} functionality
|
|
|
|
|
|
|
|
H3: More sophisticated Syncrepl configurations
|
|
|
|
|
|
|
|
H3: Replicating {{slapd}} Configuration (syncrepl and {{B:cn=config}})
|
|
|
|
|
|
|
|
H3: More extensive TLS configuration control
|
|
|
|
|
|
|
|
H3: Performance enhancements
|
|
|
|
|
|
|
|
H3: New overlays
|
2007-08-25 07:24:34 +08:00
|
|
|
|
2007-08-26 06:44:07 +08:00
|
|
|
H3: New features in existing Overlays
|
2007-08-25 07:24:34 +08:00
|
|
|
|
|
|
|
H3: New features in slapd
|
|
|
|
|
|
|
|
H3: New features in libldap
|
|
|
|
|
2007-08-26 18:21:01 +08:00
|
|
|
H3: New clients, tools and tool enhancements
|
2007-08-25 07:24:34 +08:00
|
|
|
|
|
|
|
H3: New build options
|
|
|
|
|
2019-05-04 06:52:59 +08:00
|
|
|
H2: Obsolete Features Removed From 2.5
|
2007-08-26 06:44:07 +08:00
|
|
|
|
2019-05-04 06:52:59 +08:00
|
|
|
These features were strongly deprecated in 2.4 and removed in 2.5.
|
2007-08-26 07:13:22 +08:00
|
|
|
|
2019-05-04 06:52:59 +08:00
|
|
|
H3: back-bdb and back-hdb
|
2007-08-26 07:13:22 +08:00
|
|
|
|
2019-05-04 06:52:59 +08:00
|
|
|
back-bdb and back-hdb were signficantly slower than back-mdb and
|
|
|
|
required significant tuning of multiple parameters to maximize
|
|
|
|
performance. back-mdb requires no tuning and provides all the
|
|
|
|
functionality previously provided via back-bdb and back-hdb.
|