From: hickert Date: Fri, 24 Feb 2006 07:55:55 +0000 (+0000) Subject: goLdapBase wasn't saved X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c827be9209788a3932a343484c143cbbf63ba22c;p=gosa.git goLdapBase wasn't saved git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2738 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_servService.inc b/plugins/admin/systems/class_servService.inc index b3411bdf7..bd4d649b7 100644 --- a/plugins/admin/systems/class_servService.inc +++ b/plugins/admin/systems/class_servService.inc @@ -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;