summaryrefslogtreecommitdiffstats
path: root/doc/releases/1.4.0pre2.txt
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-07-24 06:42:29 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-07-24 18:07:20 +0200
commit33e1a266c6abe716c024efc0338ff1f865685fbd (patch)
treec7fd81d2619ede7c990fc8a4d78d906ebf53d64f /doc/releases/1.4.0pre2.txt
parent68b5db49a54f59731ee52a966e0241c2ed0e5ba7 (diff)
downloadbcfg2-33e1a266c6abe716c024efc0338ff1f865685fbd.tar.gz
bcfg2-33e1a266c6abe716c024efc0338ff1f865685fbd.tar.bz2
bcfg2-33e1a266c6abe716c024efc0338ff1f865685fbd.zip
Ldap: Complete renew of the Ldap plugin
Diffstat (limited to 'doc/releases/1.4.0pre2.txt')
-rw-r--r--doc/releases/1.4.0pre2.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/releases/1.4.0pre2.txt b/doc/releases/1.4.0pre2.txt
index 195f81df0..1dcdf237b 100644
--- a/doc/releases/1.4.0pre2.txt
+++ b/doc/releases/1.4.0pre2.txt
@@ -36,6 +36,15 @@ backwards-incompatible user-facing changes
This allows to set arbitrary options with nested settings.
+* The Ldap plugin changed significantly. The configuration interface was
+ simplified and new configuration options for the number of retries and the
+ delay in between were added.
+
+ You have to register your ldap queries in the global list, there is no
+ distinction between LdapQueries and LdapSubQueries anymore, the names of
+ your queries default to the class names and the Ldap plugin expires
+ the metadata caches if the config file changes.
+
Thanks
------