This bug was fixed in the package openldap - 2.4.50+dfsg-1ubuntu1 --------------- openldap (2.4.50+dfsg-1ubuntu1) groovy; urgency=medium * Merge with Debian unstable. Remaining changes: - Enable AppArmor support: + d/apparmor-profile: add AppArmor profile + d/rules: use dh_apparmor + d/control: Build-Depends on dh-apparmor + d/slapd.README.Debian: add note about AppArmor - Enable GSSAPI support (first added in 2.4.18-0ubuntu2): + d/patches/gssapi.diff, thanks to Jerry Carter (Likewise): - Add --with-gssapi support - Make guess_service_principal() more robust when determining principal + d/configure.options: Configure with --with-gssapi + d/control: Added heimdal-dev as a build depend + d/rules: - Explicitly add -I/usr/include/heimdal to CFLAGS. - Explicitly add -I/usr/lib//heimdal to LDFLAGS. + d/libldap-2.4-2.symbols: add symbols for GSSAPI support This should be dropped when the soname changes. - Enable ufw support: + d/control: suggest ufw. + d/rules: install ufw profile. + d/slapd.ufw.profile: add ufw profile. - Enable nss overlay: + d/rules: - add nssov to CONTRIB_MODULES - add sysconfdir to CONTRIB_MAKEVARS + d/slapd.install: - install nssov overlay + d/slapd.manpages: - install slapo-nssov(5) man page + d/p/contrib-makefiles: given the change in 2.4.47+dfsg-3 regarding Debian bug #919136, we also have to patch the nssov makefile accordingly and thus update this patch. - d/{rules,slapd.py}: Add apport hook. - d/slapd.scripts-common: + add slapcat_opts to local variables. + Fix backup directory naming for multiple reconfiguration. - d/{slapd.default,slapd.README.Debian}: use the new configuration style. - Add support for CLDAP (UDP) support, back then required by likewise-open (first enabled in 2.4.17-1ubuntu2): + d/rules: Enable -DLDAP_CONNECTIONLESS + d/libldap-2.4-2.symbols: add symbols for CLDAP (UDP) This should be dropped when the soname changes. - debian/patches/fix_test_timing.patch: fix FTBFS on riscv64 because of test timing issue. * Dropped: - d/slapd.init.ldif: don't set olcRootDN since it's not defined in either the default DIT nor via an Authn mapping. [Not worth keeping a delta for, as having olcRootDN doesn't hurt] - Show distribution in version: - d/control: added lsb-release - d/patches/fix-ldap-distribution.patch: show distribution in version [Debian now shows the full package version] - SECURITY UPDATE: denial of service via nested search filters + debian/patches/CVE-2020-12243.patch: limit depth of nested filters in servers/slapd/filter.c. [Fixed upstream] * Added: - d/rules, debian/patches/set-maintainer-name: Extract maintainer address dynamically from debian/control. Thanks to Ryan Tandy