Code

Removed hard coded department
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Apr 2008 12:26:57 +0000 (12:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Apr 2008 12:26:57 +0000 (12:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10473 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/class_applicationManagement.inc

index 81a5ced747ec8a10956e999e08b0cf3b72e8d7e4..14f51165fda4b65cc474f6d9d29e82c3a7a26ea9 100644 (file)
@@ -86,7 +86,7 @@ class applicationManagement extends plugin
       $this->app_base     = $app_filter['app_base'];
       $this->app_release  = $app_filter['app_release'];
     }
-    $this->app_base   = "ou=apps,ou=Direktorium,o=Landeshauptstadt München,c=de";
+    $this->app_base   = "ou=apps,o=Landeshauptstadt München,c=de";
     $this->app_release= $this->app_base;
   }