bernhard: server/kolab/kolab kolab_bootstrap,1.70,1.71

cvs at intevation.de cvs at intevation.de
Sun Nov 7 13:46:21 CET 2004


Author: bernhard

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

Modified Files:
	kolab_bootstrap 
Log Message:
Fixed $hashcmd, it was wrong all the time but never used.
	It was wrong because we do not have a variable "prefix" in kolab.conf;
	this is local to the script and does not change.


Index: kolab_bootstrap
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab_bootstrap,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- kolab_bootstrap	26 Oct 2004 02:05:47 -0000	1.70
+++ kolab_bootstrap	7 Nov 2004 12:46:19 -0000	1.71
@@ -79,7 +79,7 @@
 # Hash a password
 sub hashPassword {
   my $pw = shift;
-  my $hashcmd = $kolab_config{'prefix'}."/sbin/slappasswd -s '".$pw."'";
+  my $hashcmd = $kolab_prefix."/sbin/slappasswd -s '".$pw."'";
   (my $hashpw = `$hashcmd`) or die $@;
   chomp($hashpw);
   return $hashpw;





More information about the commits mailing list