steffen: server/perl-kolab/Kolab Kolab.pm,1.4,1.5

cvs at intevation.de cvs at intevation.de
Thu Jun 17 04:49:16 CEST 2004


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab
In directory doto:/tmp/cvs-serv18968/perl-kolab/Kolab

Modified Files:
	Kolab.pm 
Log Message:
smptd policy server honors "delegate" property, master/slave comm. is completely "SSL-ified" now

Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab/Kolab.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Kolab.pm	11 Jun 2004 09:55:24 -0000	1.4
+++ Kolab.pm	17 Jun 2004 02:49:14 -0000	1.5
@@ -124,7 +124,7 @@
         my $mesg;
         my $ldapobject;
 
-        if (!($ldap = Net::LDAP->new($config{'ldap_ip'}, port => $config{'ldap_port'}))) {
+        if (!($ldap = Net::LDAP->new($config{'ldap_uri'}, verify => 'none' ))) {
             &log('C', "Unable to connect to LDAP server `" . $config{'ldap_ip'} . ":" . $config{'ldap_port'} . "'", KOLAB_ERROR);
 #            exit(1);
         }
@@ -383,6 +383,7 @@
         } else {
             $text = $prefix . ': ' . $text;
         }
+	print STDERR "$text\n";
         syslog('info', "$text");
     }
 }





More information about the commits mailing list