Code

Cache results from get_module_departments.
[gosa.git] / setup / class_setupStep_Config1.inc
index a1e9c0b6b664a08867b5d44f883cb68a26c0d648..1087b6a2b18af2da7ebc52cb32659aba184de84c 100644 (file)
@@ -29,6 +29,7 @@ class Step_Config1 extends setup_step
   var $uidbase    = 1000;
   var $krbsasl    = FALSE;
   var $strict     = TRUE;
+  var $compressed = TRUE;
 
   var $header_image = "images/ldapserver.png";
   var $account_expiration  =FALSE;
@@ -54,14 +55,14 @@ class Step_Config1 extends setup_step
 
   var $crypt_methods  = array();
 
-  var $attributes = array("peopleou","groupou","peopledn","uidbase","encryption","theme","krbsasl",
+  var $attributes = array("compressed","peopleou","groupou","peopledn","uidbase","encryption","theme","krbsasl",
                           "base_hook","base_hook_active","account_expiration","strict","include_personal_title");
 
   function Step_Config1()
   {
     $this->update_strings();
 
-    $tmp = @passwordMethod::get_available_methods_if_not_loaded();
+    $tmp = @passwordMethod::get_available_methods();
     foreach($tmp['name'] as $name){
       $this->crypt_methods[$name] = $name;
     }