]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/appendix-changes.sdf
constraint overlay section complete.
[openldap] / doc / guide / admin / appendix-changes.sdf
index fe42d56048c69bf52e1d9dabc9c0b26856707769..05dc7f418a9924ecccd48200a8626e20c7669fb5 100644 (file)
@@ -23,7 +23,13 @@ asked on the OpenLDAP mailing lists and scenarios discussed there, we have added
 * {{SECT:Tuning}}
 * {{SECT:Troubleshooting}}
 * {{SECT:Changes Since Previous Release}}
+* {{SECT:Upgrading from 2.3.x}}
+* {{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}}
 * {{SECT:Configuration File Examples}}
+* {{SECT:LDAP Result Codes}}
 * {{SECT:Glossary}}
 
 Also, the table of contents is now 3 levels deep to ease navigation.
@@ -147,14 +153,25 @@ the memory bandwidth on the machine is only about 4GB/sec due to ECC and registe
 
 H3: New overlays
 
+* slapo-constraint (Attribute value constraints)
 * slapo-dds (Dynamic Directory Services, RFC 2589)
 * slapo-memberof (reverse group membership maintenance)
 
 H3: New features in existing Overlays
 
-* slapo-pcache allows cache inspection/maintenance/hot restart
+* slapo-pcache
+  - Inspection/Maintenance 
+    -- the cache database can be directly accessed via
+       LDAP by adding a specific control to each LDAP request; a specific
+       extended operation allows to consistently remove cached entries and entire
+       cached queries
+  - Hot Restart
+    -- cached queries are saved on disk at shutdown, and reloaded if
+      not expired yet at subsequent restart
+
 * slapo-rwm can safely interoperate with other overlays
 * Dyngroup/Dynlist merge, plus security enhancements
+  - added dgIdentity support (draft-haripriya-dynamicgroup)
 
 H3: New features in slapd
 
@@ -166,19 +183,21 @@ H3: New features in libldap
 
 * ldap_sync client API (LDAP Content Sync Operation, RFC 4533)
 
-H3: New clients and tools
+H3: New clients, tools and tool enhancements
 
 * ldapexop for arbitrary extended operations
-* complete support of controls in request/response for all clients
+* Complete support of controls in request/response for all clients
+* LDAP Client tools now honor SRV records 
 
 H3: New build options
 
 * Support for building against GnuTLS
-* Advertisement of LDAP server in DNS
 
 
 H2: Obsolete Features Removed From 2.4
 
+These features were strongly deprecated in 2.3 and removed in 2.4.
+
 H3: Slurpd
 
 Please read the {{SECT:Replication}} section as to why this is no longer in