thomas: server/kolabd/kolabd kolab_bootstrap.in,1.23,1.24

cvs at kolab.org cvs at kolab.org
Fri Nov 10 19:06:22 CET 2006


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv17047/kolabd/kolabd

Modified Files:
	kolab_bootstrap.in 
Log Message:
Removed wrong/confusing default for master LDAP URI when bootstrapping slave.
The previous default of "ldap://127.0.0.1:389" is
1. showing insecure connection (no SSL)
2. showing a host which is guaranteed to be the wrong one (the slave's host)


Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab_bootstrap.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- kolab_bootstrap.in	9 Mar 2006 21:52:02 -0000	1.23
+++ kolab_bootstrap.in	10 Nov 2006 18:06:20 -0000	1.24
@@ -739,7 +739,7 @@
   print "Now some information about the master LDAP server is required:\n\n";
   do { 
       $ldap_uri = getUserInput("URI of master LDAP server (for example ldaps://host.example.com)", 
-			       $ldap_uri);
+			       "");
   } until $ldap_uri;
   my $ldapuri = URI->new($ldap_uri) || warn "error: could not parse given uri";
   if( $ldapuri ) {





More information about the commits mailing list