summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 32c182f)
raw | patch | inline | side by side (parent: 32c182f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Mar 2010 09:58:40 +0000 (09:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Mar 2010 09:58:40 +0000 (09:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17343 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc | patch | blob | history |
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc
index 8af43592e145263a08c06208c9c9eb2eae5448c2..99fceb984be58d51402f00805edb26404be917c9 100644 (file)
// Set values for optionlist in form
$bases = array();
- $acl_bases = $this->ui->get_module_departments("all");
+ $acl_bases = $this->ui->get_module_departments("ldapmanager");
foreach($this->config->idepartments as $base_dn => $name){
if(in_array_ics($base_dn,$acl_bases)){
$bases[$base_dn] = $name;
/* check alcs for given dn */
$acls ="";
if(isset($dn)){
- $acls = $this->ui->get_permissions($dn,"all/all");
+ $acls = $this->ui->get_permissions($dn,"ldapmanager/ldif");
}
if(!preg_match("/r/",$acls) && (isset($_POST['sfrmgetsingle']) || isset($_POST['sfrmgetfull']) || isset($_POST['sfrmgetivbb']))){