From: hickert Date: Wed, 17 Aug 2005 11:25:38 +0000 (+0000) Subject: Fixed Blocklists X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6dda36c3ce124bcda1f1e891ea406408bed8b03d;p=gosa.git Fixed Blocklists git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1177 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc index 4ca1d9d5a..0c315b055 100644 --- a/plugins/gofax/blocklists/class_blocklistManagement.inc +++ b/plugins/gofax/blocklists/class_blocklistManagement.inc @@ -441,7 +441,7 @@ class blocklist extends plugin } /* Generate blocklists */ - $res= get_list($this->ui->subtreeACL, "(&(cn=$regex)$filter)", TRUE, $base, array("*")); + $res= get_list($this->ui->subtreeACL, "(&(cn=$regex)$filter)", FALSE, "ou=gofax,ou=systems,".$base, array("*")); $this->blocklists=$res; @@ -450,7 +450,6 @@ class blocklist extends plugin * So we are able to navigate like in konquerer */ $base2 = preg_replace("/ou=people,/i","",$base); - $res3 = get_list2($this->ui->subtreeACL, "(&(|(ou=$regex)(description=$regex))(objectClass=gosaDepartment))", TRUE, $base2, array("ou", "description"), TRUE);