From 547f95e3921220260ae261ebc1b5e77945e9de4c Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 7 Dec 2006 10:07:12 +0000 Subject: [PATCH] Corrected FAQ git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5331 594d385d-05f5-0310-b6e9-bd551577e9d8 --- FAQ | 2 +- plugins/admin/systems/class_termDNS.inc | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/FAQ b/FAQ index 16dc268c9..697f75363 100644 --- a/FAQ +++ b/FAQ @@ -335,7 +335,7 @@ A: For Kolab to work correctly you have to include the rfc2739.schema Q: Is there a way to let GOsa automatically fill missing fields in the network configuration? -A: Sure. You can specify the "autoconf" option and provide the contributed +A: Sure. You can specify the "auto_network_conf" option and provide the contributed script "net-resolver.sh" in your gosa.conf. If this is configured, you're getting an additional button in each network dialog. diff --git a/plugins/admin/systems/class_termDNS.inc b/plugins/admin/systems/class_termDNS.inc index 93642535e..0f76e2f13 100644 --- a/plugins/admin/systems/class_termDNS.inc +++ b/plugins/admin/systems/class_termDNS.inc @@ -156,11 +156,7 @@ class termDNS extends plugin } $smarty->assign("staticAddress","*"); - if ($this->autonet){ - $smarty->assign("autonet", "true"); - } else { - $smarty->assign("autonet", ""); - } + $smarty->assign("autonet", $this->autonet); $display.= $smarty->fetch(get_template_path('network.tpl', TRUE)); return($display); }else{ -- 2.30.2