Code

Updated config reload
[gosa.git] / gosa-core / setup / class_setupStep_Config3.inc
index 8f8283bba752d6d334e776c264a016d0fa0c5679..41da0586d497d24332ca72e06bda775df379ccf3 100644 (file)
@@ -22,7 +22,7 @@
 
 class Step_Config3 extends setup_step
 {
-  var $header_image= "images/ldapserver.png";
+  var $header_image = "images/setup/server.png";
 
   var $errorlvl   = TRUE;
 
@@ -59,7 +59,7 @@ class Step_Config3 extends setup_step
               "kioskpath" => "/var/spool/kiosk",
               "kioskpath_active" => FALSE,
 
-              "sudoou"   => "ou=sudoers,%BASE%",
+              "sudoou"   => "ou=sudoers",
               "sudoou_active" => FALSE,
 
               "noprimarygroup"  => FALSE);
@@ -91,9 +91,9 @@ class Step_Config3 extends setup_step
                                               "contextCSN"=>"contextCSN" ));
 
     
-    $smarty->assign("optional", $this->optional);
+    $smarty->assign("optional", reverse_html_entities($this->optional));
     foreach($this->attributes as $attr){
-      $smarty->assign($attr,$this->$attr);
+      $smarty->assign($attr,reverse_html_entities($this->$attr));
     }
     $smarty->assign("login_attributes",$this->login_attributes);
     return($smarty -> fetch (get_template_path("../setup/setup_config3.tpl")));