about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2205.section.md
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2022-05-18 19:01:11 +0200
committerGitHub <noreply@github.com>2022-05-18 19:01:11 +0200
commite7f5c53e02989730f7a9433c417d8076316724d7 (patch)
tree0858f598f71495c07be83e7c36c6480aa3df2b66 /nixos/doc/manual/release-notes/rl-2205.section.md
parentbd9c07eb24ff19b9dcc49156ec8bc5d64bcd3c45 (diff)
parent1d24e9ae37c3a71d91a624bc28a2e25c54c35a2f (diff)
Merge pull request #173439 from mweinelt/openldap
openldap: 2.4.58 -> 2.6.2
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 1cba088af6df8..daa629b5e3d4c 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -240,6 +240,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`.