drop overrids - LDAP has it on its own
authorStephen Gran <steve@lobefin.net>
Fri, 28 Feb 2014 21:07:59 +0000 (21:07 +0000)
committerStephen Gran <steve@lobefin.net>
Fri, 28 Feb 2014 21:07:59 +0000 (21:07 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
Util.pm

diff --git a/Util.pm b/Util.pm
index 27060d7..14fab61 100644 (file)
--- 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";