From: hickert Date: Wed, 28 Apr 2010 08:36:39 +0000 (+0000) Subject: Fixed problem with uncopyable attributes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b3728c7091203c5edcea1dd265fd0393660bb1bb;p=gosa.git Fixed problem with uncopyable attributes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17899 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc index f7527deb8..201fe8a2b 100644 --- a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc +++ b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc @@ -218,12 +218,6 @@ class pureftpdAccount extends plugin { plugin::save(); - $tmp = $this->plInfo(); - foreach($tmp['plProvidedAcls'] as $key => $desc){ - if(!$this->acl_is_writeable($key)){ - unset($this->attrs[$key]); - } - } /* Write back to ldap */ $ldap= $this->config->get_ldap_link();