From: Peter Palfrader Date: Fri, 27 Feb 2009 10:35:53 +0000 (+0100) Subject: Work around brain damage X-Git-Tag: release-0.3.33~44^2 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=commitdiff_plain;h=49bc81d424f8f855bd39d281a385d0de93151f63 Work around brain damage --- 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]]