Code

Updated setup
[gosa.git] / setup / class_setupStep_Config3.inc
index 6db74ddb3a0db249a1c4a576887f29af18724b96..13415175bb73029a70968bc66332ce50a3f756a7 100644 (file)
@@ -27,6 +27,7 @@ class Step_Config3 extends setup_step
   var $errorlvl   = TRUE;
 
   var $optional = array(
+              "auth_mail" => "false",
               "strict_units" => false,
               "list_summary" => false,
               "forceglobals" => true,
@@ -98,7 +99,7 @@ class Step_Config3 extends setup_step
         }
       }
       
-      foreach(array("list_summary","strict_units","noprimarygroup","forceglobals","forcessl","ldapstats","warnssl","snmpcommunity","compile","debuglevel","session_lifetime") as $name){
+      foreach(array("auth_mail","list_summary","strict_units","noprimarygroup","forceglobals","forcessl","ldapstats","warnssl","snmpcommunity","compile","debuglevel","session_lifetime") as $name){
         if(isset($_POST[$name])){
           $this->optional[$name] = get_post($name);
         }