From 49bc81d424f8f855bd39d281a385d0de93151f63 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 27 Feb 2009 11:35:53 +0100 Subject: [PATCH] Work around brain damage --- Util.pm | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Util.pm b/Util.pm index e97a9e9..7f19694 100644 --- a/Util.pm +++ b/Util.pm @@ -349,7 +349,7 @@ sub UpgradeConnection($) { my ($ldap) = @_; my $mesg = $ldap->start_tls( verify => 'require', - capath => '/etc/ssl/certs/' + cafile => '/etc/ssl/certs/spi-cacert-2008.pem' ); $mesg->sync; if ($mesg->code != LDAP_SUCCESS) { diff --git a/debian/changelog b/debian/changelog index 80182f4..0b03853 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +userdir-ldap-cgi (0.3.25) unstable; urgency=low + + * Util.pm: change capath /etc/ssl/certs to + cafile /etc/ssl/certs/spi-cacert-2008.pem because the libldap + folks thought it was a good idea to remove that feature for lenny. + I hate you ldap and gnutls. + + -- Peter Palfrader Fri, 27 Feb 2009 11:34:59 +0100 + userdir-ldap-cgi (0.3.24) unstable; urgency=low * Ignore the * in [[*host]] links, and ignore [[- ]] in [[-hostname]] -- 2.20.1