From 77a3437c8b07ca7a3eae706824a354808429ec9c Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 May 2008 12:39:53 +0000 Subject: [PATCH] Readded acls check git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11106 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc index 7a8ccfe77..006a1ad77 100644 --- a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc +++ b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc @@ -239,7 +239,7 @@ class faxreport extends plugin "(pager=$s)(cn=$s)(givenName=$s)(sn=$s)(personalTitle=$s)". "(title=$s)))"; - $res = get_list($filter, "users", $this->search_base, array("uid"), GL_SUBSEARCH | GL_NO_ACL_CHECK); + $res = get_list($filter, "users", $this->search_base, array("uid"), GL_SUBSEARCH ); /* Check if we are allowed to collect fax data */ $fax_users= array(); -- 2.30.2