diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-07-17 14:44:27 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-07-17 14:44:27 (GMT) |
commit | 5e71bb4e0625bf6019be3669abe79f8c166f6055 (patch) | |
tree | 186abc25dd4dcb228dda1f03c9e23ce1af58d167 | |
parent | e3abbd6e4f9176c7031c43473aeb2592a54fee21 (diff) | |
download | perl-Kolab-5e71bb4e0625bf6019be3669abe79f8c166f6055.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)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/Kolab.pm | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2009-07-17 Thomas Arendsen Hein <thomas@intevation.de> + + * sbin/kolab_bootstrap.in: Read bind_pw_hash from Kolab master server, + fixes kolab/issue3764 (kolab.conf: bind_pw_hash not set on slaves, + causes OpenLDAP restarts) + 2009-03-16 Thomas Arendsen Hein <thomas@intevation.de> * lib/Kolab/LDAP.pm: Creating the Calendar folder caused an diff --git a/lib/Kolab.pm b/lib/Kolab.pm index e0eeb2f..938038a 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.2.3"; # Are current releases cvs based or is this a real release? my $KOLAB_CVS = 0; |