--- Kolab.pm 2005-06-21 23:56:24.000000000 +0200 +++ Kolab.pm.fix 2005-06-21 23:56:19.000000000 +0200 @@ -127,7 +127,7 @@ # Make a hash of the bind password available too if( !exists $config{'bind_pw_hash'} ) { - my $hashcmd = $config{'prefix'}."$ap::config->{sbindir}/slappasswd -s '".$config{'bind_pw'}."'"; + my $hashcmd = $ap::config->{sbindir} . "/slappasswd -s '".$config{'bind_pw'}."'"; $config{'bind_pw_hash'} = `$hashcmd`; chomp($config{'bind_pw_hash'}); }