From c827be9209788a3932a343484c143cbbf63ba22c Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 24 Feb 2006 07:55:55 +0000 Subject: [PATCH] goLdapBase wasn't saved git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2738 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_servService.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.30.2