Code

goLdapBase wasn't saved
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Feb 2006 07:55:55 +0000 (07:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Feb 2006 07:55:55 +0000 (07:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2738 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servService.inc

index b3411bdf705f1131c429be4f59899d2b95d7e03d..bd4d649b7c7df947b59882cf3edc24aed83a19d8 100644 (file)
@@ -227,7 +227,11 @@ class servservice extends plugin
   {
     if (isset($_POST['servicetab'])){
       $tmp = $this->goTimeSource;
-    
+  
+      if(isset($_POST['goLdapBase'])){
+        $this->goLdapBase = $_POST['goLdapBase'];
+       }
+  
       /* Save checkbox state */
       foreach ($this->additionaloc as $oc => $dummy){
         if($oc == "goNtpServer") continue;