summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fecf02)
raw | patch | inline | side by side (parent: 6fecf02)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Apr 2010 08:36:39 +0000 (08:36 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc
index f7527deb87183fe58703514835d9edebd494ea76..201fe8a2b88cf9da99aa8a86fb98bb6ed56cce3a 100644 (file)
{
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();