From 88d5ebc89f43839178ab4badc7f050f1c2d54ad7 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 6 Jul 2005 11:17:24 +0000 Subject: [PATCH] GOsa saves KBs, kolab MBs, fixed this git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@922 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/mail/class_mailAccount.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc index da7a772b8..6f5fc7e1c 100644 --- a/plugins/personal/mail/class_mailAccount.inc +++ b/plugins/personal/mail/class_mailAccount.inc @@ -535,7 +535,12 @@ class mailAccount extends plugin $method->fixAttributesOnRemove($this); /* Mailmethod wants us to remove the entry from LDAP. Keep uid! */ + #fixme: || kolab || is differs here, you can't delete all attrs specified in this plugin .... + #fixme: there are some attributes we have to keep, i think. unset ($this->attrs['uid']); + + + @DEBUG (DEBUG_LDAP, __LINE__, __FUNCTION__, __FILE__, $this->attributes, "Save"); $ldap->cd($this->dn); -- 2.30.2