[Kolab-devel] [issue882] Kolabd creates imap accounts for external users

Bernhard Herzog kolab-issues at intevation.de
Tue Aug 16 12:32:41 CEST 2005


New submission from Bernhard Herzog <bh at intevation.de>:

In Kolab server 2.0.1rc1, kolabd creates imap accounts for any external users
that have an email address.

We had this bug before but it was fixed in one of the 2.0 betas (issue482).

The following patch fixes it for me.  The patch reverts one of the changes made
between 2.0.0 and 2.0.1rc1:

--- /kolab/lib/perl/vendor_perl/5.8.7/Kolab/LDAP.pm~	Thu Jul 28 03:28:51 2005
+++ /kolab/lib/perl/vendor_perl/5.8.7/Kolab/LDAP.pm	Tue Aug 16 12:26:38 2005
@@ -481,7 +481,7 @@
     }
     %newuid_db = ();
 
-    syncBasic($cyrus, 'user', '', 0);
+    syncBasic($cyrus, 'user', '(uid=*)', 0);
     syncBasic($cyrus, 'sf', '', 1);
     syncBasic($cyrus, 'group', '', 0);

----------
assignedto: steffen
messages: 5270
nosy: bh, steffen
priority: bug
status: unread
title: Kolabd creates imap accounts for external users
topic: server
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue882>
________________________________________________




More information about the devel mailing list