[pkg-kolab] Slave server setup with kolab_bootstrap revisited

Mathieu Parent math.parent at gmail.com
Fri Nov 21 22:02:11 UTC 2008


Hi,



2008/11/4 Price,Neil <NPrice at gibb.co.za>:
>
> Here's a slight hitch with the slave setup with the current debs.
>
> Kolab_bootstrap has this code
>
>  copy("/etc/default/saslauthd", "/etc/default/saslauthd.orig") || die
> "could not read /etc/default/saslauthd.orig";
>  my $saslauthd_orig = IO::File->new("/etc/default/saslauthd.orig", "r") ||
> die "could not read /etc/default/saslauthd.orig";
>  my $saslauthd = IO::File->new("/etc/default/saslauthd", "w") || die "could
> not read /etc/default/saslauthd";
>  foreach (<$saslauthd_orig>) {
>    s/^(# )?START=.*$/START=yes/g;
>    s/^MECHANISMS="pam"/MECHANISMS="ldap"/g;
>        print $saslauthd $_;
>  }
>
> Which sets up /etc/default/saslauthd correctly.
>
> Problem is, this occurs only for the master (its in a section that starts
> with if "( $is_master eq "true" ) {"
> It needs to go in a common section.
>
> Easy enough to fix manually however.

kolabd 2.2.0-2 solves the problem. can you please test?

Regards
>
>
>
> _______________________________________________
> pkg-kolab-devel mailing list
> pkg-kolab-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-kolab-devel
>

Mathieu Parent



More information about the pkg-kolab-devel mailing list