Package: gosa
Severity: wishlist

Hi Cajus

How are you doing, hope you are doing well :)
I am using gosa together with kolab here and it works fantastic.
I was wondering if you want to add support for it into gosa.

Below you can see what I added to the gosa package in sarge. Of course
you can't include it as it is, but maybe you want to add a button or
something else where one can enable these attributes for kolab.

Cheers
Steffen

--- class_mailAccount.inc.orig  2006-11-27 13:16:11.000000000 +0000
+++ gosa-2.3/plugins/personal/mail/class_mailAccount.inc        2006-11-27 
13:17:09.000000000 +0000
@@ -56,8 +56,8 @@
   /* attribute list for save action */
   var $attributes= array("mail", "gosaMailServer", "gosaMailQuota", 
"gosaMailMaxSize",
                        "gosaMailDeliveryMode", "gosaSpamSortLevel", 
"gosaSpamMailbox",
-                       "gosaVacationMessage", "uid");
-  var $objectclasses= array("gosaMailAccount");
+                       "gosaVacationMessage", "uid", "kolabInvitationPolicy", 
"kolabHomeServer");
+  var $objectclasses= array("gosaMailAccount", "kolabInetOrgPerson");


   /* constructor, if 'dn' is set, the node loads the given


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to