summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a206a0)
raw | patch | inline | side by side (parent: 8a206a0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Feb 2006 07:55:55 +0000 (07:55 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/admin/systems/class_servService.inc b/plugins/admin/systems/class_servService.inc
index b3411bdf705f1131c429be4f59899d2b95d7e03d..bd4d649b7c7df947b59882cf3edc24aed83a19d8 100644 (file)
{
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;