Code

Updated environment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Mar 2008 06:21:45 +0000 (06:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Mar 2008 06:21:45 +0000 (06:21 +0000)
-Fixed share server list

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10048 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_config.inc

index e9f3bac77741508bbef1b06ca074cbd6644788dd..a4d7888fa7d50d9222f733663b8b79dac3d867bb 100644 (file)
@@ -725,7 +725,7 @@ class config  {
    */
   function getShareList($listboxEntry = false)
   {
-    $tmp = get_sub_list("(&(objectClass=goShareServer)(goExportEntry=*))","",get_ou("serverou"),
+    $tmp = get_sub_list("(&(objectClass=goShareServer)(goExportEntry=*))","server",get_ou("serverou"),
         $this->current['BASE'],array("goExportEntry","cn"), GL_NONE);
     $return =array();
     foreach($tmp as $entry){