[Pkg-sssd-devel] Bug#1092722: sssd: autopkgtest failure with openldap from experimental

Ryan Tandy ryan at nardis.ca
Fri Jan 10 21:28:06 GMT 2025


Source: sssd
Version: 2.10.1-1
Severity: normal
Tags: patch

Hi,

openldap in experimental has changed from gnutls to openssl. The sssd 
autopkgtest fails with slapd from experimental because it generates a 
1024-bit private key, which openssl no longer allows.

The attached patch fixes the autopkgtest with openldap from 
experimental, and works with openldap from unstable as well.

thanks,
Ryan


-- System Information:
Debian Release: 12.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-28-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru sssd-2.10.1/debian/tests/util sssd-2.10.1/debian/tests/util
--- sssd-2.10.1/debian/tests/util	2025-01-08 02:34:46.000000000 -0800
+++ sssd-2.10.1/debian/tests/util	2025-01-08 02:34:49.000000000 -0800
@@ -42,7 +42,7 @@
 
     cat > "$cnf" <<EOF
 [ req ]
-default_bits            = 1024
+default_bits            = 2048
 default_keyfile         = privkey.pem
 distinguished_name      = req_distinguished_name
 prompt                  = no


More information about the Pkg-sssd-devel mailing list