Summary | [PATCH] multidomain support for kolab driver |
Queue | Kolab |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | tokoe (at) kde (dot) org |
Created | 03/08/2006 (7058 days ago) |
Due | |
Updated | 03/27/2006 (7039 days ago) |
Assigned | |
Resolved | 03/27/2006 (7039 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: horde_multidomain_support_cleanup.patch
attached the cleanup of the code snippet mentioned below.
Ciao,
Tobias
State ⇒ Feedback
A very nice and clean patch! I have only one suggestion: please change
getServer() to code to use a switch statement, and the if-clause can
be condensed to a single "if (!empty())" test.
New Attachment: horde_multidomain_support[1].patch
missed the hooks.php in my first patch :(
Here an updated patch with hooks.php.dist included.
Ciao,
Tobias
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ [PATCH] multidomain support for kolab driver
Queue ⇒ Kolab
New Attachment: horde_multidomain_support.patch
State ⇒ New
the attached patch adds multidomain support to the horde kolab driver.
So when a user logs into the webfrontend, its homeserver is queried
from the ldap server and the imap/ldap/smtp servers are adjusted.
Ciao,
Tobias