Code

Fixed problem with uncopyable attributes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Apr 2010 08:36:39 +0000 (08:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Apr 2010 08:36:39 +0000 (08:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17899 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc

index f7527deb87183fe58703514835d9edebd494ea76..201fe8a2b88cf9da99aa8a86fb98bb6ed56cce3a 100644 (file)
@@ -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();