steffen: server/kolab/kolab kolab_bootstrap,1.59,1.60

cvs at intevation.de cvs at intevation.de
Sun Sep 5 17:19:21 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv24079

Modified Files:
	kolab_bootstrap 
Log Message:
handle issue 374 and issue354

Index: kolab_bootstrap
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab_bootstrap,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- kolab_bootstrap	5 Sep 2004 12:52:20 -0000	1.59
+++ kolab_bootstrap	5 Sep 2004 15:19:19 -0000	1.60
@@ -585,10 +585,9 @@
   copy("$kolab_prefix/etc/kolab/templates/smtpd.conf.template", $confname) || die "could not write to $confname";
 
   print "Checking server info...\n";
-  my $ldap = Net::LDAP->new($ldap_uri, verify => 'none', onerror => 'undef' ) 
-    || warn "could not connect to ldap server at $ldap_uri";
+  my $ldap = Net::LDAP->new($ldap_uri, verify => 'none', onerror => 'undef' );
   if (!defined($ldap)) {
-    print "Could not connect to ldap server at $ldap_uri\n";
+    print "Could not connect to ldap server at $ldap_uri, please check your input\n";
     goto SLAVESTART;
   }
   $ldap->bind($bind_dn, password=> $bind_pw) || warn "could not bind to ldap";





More information about the commits mailing list