From: hickert Date: Wed, 4 Jun 2008 08:27:44 +0000 (+0000) Subject: Display base in ACL management X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f88257cc87e0833d62570d699fd3dec7e328a580;p=gosa.git Display base in ACL management git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11198 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/class_aclManagement.inc b/gosa-core/plugins/admin/acl/class_aclManagement.inc index 8aed5f6b0..9808d2fc5 100644 --- a/gosa-core/plugins/admin/acl/class_aclManagement.inc +++ b/gosa-core/plugins/admin/acl/class_aclManagement.inc @@ -513,6 +513,8 @@ class aclManagement extends plugin "PEOPLE" => array("TYPE" => "search" , "FLAGS" => GL_SIZELIMIT | GL_SUBSEARCH ,"BASE"=>get_people_ou()), "GROUPS" => array("TYPE" => "search" , "FLAGS" => GL_SIZELIMIT | GL_SUBSEARCH ,"BASE"=>get_groups_ou())); + $res[$this->config->current["BASE"]] = array("dn"=>$this->config->current["BASE"],"ou"=>".","objectClass"=>array("gosaACL")); + /* Subsearch ? */ if($SubSearch){