From: hickert Date: Wed, 6 Jul 2005 11:17:24 +0000 (+0000) Subject: GOsa saves KBs, kolab MBs, fixed this X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=88d5ebc89f43839178ab4badc7f050f1c2d54ad7;p=gosa.git GOsa saves KBs, kolab MBs, fixed this git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@922 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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);