From: Stephen Gran Date: Fri, 28 Feb 2014 21:07:59 +0000 (+0000) Subject: drop overrids - LDAP has it on its own X-Git-Tag: release-0.3.40~40 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=commitdiff_plain;h=7476c73032e5755ecb80609734669a66cb8c8de4 drop overrids - LDAP has it on its own Signed-off-by: Stephen Gran --- diff --git a/Util.pm b/Util.pm index 27060d7..14fab61 100644 --- a/Util.pm +++ b/Util.pm @@ -357,10 +357,7 @@ sub ReadConfigFile { sub UpgradeConnection($) { my ($ldap) = @_; - my $mesg = $ldap->start_tls( - verify => 'require', - cafile => '/etc/ssl/certs/spi-cacert-2008.pem' - ); + my $mesg = $ldap->start_tls(); $mesg->sync; if ($mesg->code != LDAP_SUCCESS) { print "Content-type: text/html; charset=utf-8\n\n";