[Kolab-devel] [issue3940] Deleting users does not work if master Kolab server is not master LDAP
Thomas Arendsen Hein
issues at kolab.org
Fri Nov 6 15:04:27 CET 2009
New submission from Thomas Arendsen Hein <thomas at intevation.de>:
Kolab Server 2.2.2 and all earlier 2.x versions:
perl-kolab/lib/Kolab/LDAP.pm contains:
my $masterldap;
if( lc($Kolab::config{'is_master'}) eq 'true' ) {
# We are the master, just go ahead
$masterldap = $ldap;
} else {
$masterldap = createMasterLDAP;
}
If the master LDAP server runs on a separate machine, the code tries to delete
the user on the Kolab master's ldap_uri (by reusing an existing connection)
instead of using ldap_master_uri (reusing the connection only if it is the same
LDAP server).
Should be fixed for 2.2.3 release
----------
assignedto: thomas
keyword: kkc, release, server
messages: 22201
nosy: martin, thomas, wilde, wrobel
priority: urgent
status: unread
title: Deleting users does not work if master Kolab server is not master LDAP
______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue3940>
______________________________________
More information about the devel
mailing list