summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2205.section.md
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-18 02:57:29 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-18 15:25:52 +0200
commit39ef6322b5b9dcddaee2a1caf7b07c09747784a2 (patch)
treed924a25ee6665a377b4cb30e26116ccb38990ad2 /nixos/doc/manual/release-notes/rl-2205.section.md
parent3582135fe9589d0c823309cd38bebef37de369fd (diff)
downloadnixpkgs-39ef6322b5b9dcddaee2a1caf7b07c09747784a2.tar
nixpkgs-39ef6322b5b9dcddaee2a1caf7b07c09747784a2.tar.gz
nixpkgs-39ef6322b5b9dcddaee2a1caf7b07c09747784a2.tar.bz2
nixpkgs-39ef6322b5b9dcddaee2a1caf7b07c09747784a2.tar.lz
nixpkgs-39ef6322b5b9dcddaee2a1caf7b07c09747784a2.tar.xz
nixpkgs-39ef6322b5b9dcddaee2a1caf7b07c09747784a2.tar.zst
nixpkgs-39ef6322b5b9dcddaee2a1caf7b07c09747784a2.zip
openldap: 2.4.58 -> 2.6.2
https://git.openldap.org/openldap/openldap/-/blob/OPENLDAP_REL_ENG_2_5/ANNOUNCEMENT
https://git.openldap.org/openldap/openldap/-/blob/OPENLDAP_REL_ENG_2_6/ANNOUNCEMENT

Co-Authored-By: Andreas Schrägle <nix@ajs124.de>
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2205.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 5902957a535..f07439d34a1 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -238,6 +238,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - In the ncdns module, the default value of `services.ncdns.address` has been changed to the IPv6 loopback address (`::1`).
 
+- `openldap` (and therefore the slapd LDAP server) were updated to version 2.6.2. The project introduced backwards-incompatible changes, namely the removal of the bdb, hdb, ndb, and shell backends in slapd. Therefore before updating, dump your database `slapcat -n 1` in LDIF format, and reimport it after updating your `services.openldap.settings`, which represents your `cn=config`.
+
 - `openssh` has been update to 8.9p1, changing the FIDO security key middleware interface.
 
 - `git` no longer hardcodes the path to openssh' ssh binary to reduce the amount of rebuilds. If you are using git with ssh remotes and do not have a ssh binary in your enviroment consider adding `openssh` to it or switching to `gitFull`.