diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-07-17 14:52:24 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-07-17 14:52:24 (GMT) |
commit | f5ddb51331f387cdf1b0e8141ee8a9c5d7c07bce (patch) | |
tree | 03fe0760886c4f7993a378658d477460afc09776 /lib | |
parent | ae459b87406fb4d4d232d8beb286719afc2a00c6 (diff) | |
download | perl-Kolab-f5ddb51331f387cdf1b0e8141ee8a9c5d7c07bce.tar.gz |
kolab_bootstrap: Read bind_pw_hash from Kolab master server,
fixes kolab/issue3764 (kolab.conf: bind_pw_hash not set on slaves,
causes OpenLDAP restarts)
(and some version bumps)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kolab.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kolab.pm b/lib/Kolab.pm index e0eeb2f..f7dc0fe 100644 --- a/lib/Kolab.pm +++ b/lib/Kolab.pm @@ -59,7 +59,7 @@ our @EXPORT = qw( ); # The Kolab version number for the perl-kolab package -our $KOLAB_BASE_VERSION = "2.2.1"; +our $KOLAB_BASE_VERSION = "2.3.0"; # Are current releases cvs based or is this a real release? my $KOLAB_CVS = 0; |