Code

Some changes
[gosa.git] / setup / class_setupStep_Config1.inc
index 6a3ab619abb053ad61e43e5d868cff5347c60372..8d4cf4f969e7e4ad43987f6af7b1937aa3278505 100644 (file)
@@ -32,7 +32,7 @@ class Step_Config1 extends setup_step
 
   var $header_image = "images/ldapserver.png";
   var $account_expiration  =FALSE;
-  var $base_hook         = "/usr/bin/sudo myscript"; 
+  var $base_hook         = ""; 
   var $base_hook_active  = FALSE; 
 
   var $encryption = "crypt";
@@ -40,13 +40,12 @@ class Step_Config1 extends setup_step
   var $errorlvl   = FALSE;
 
   var $include_personal_title = FALSE;
-  var $rfc2307bis             = FALSE;
 
   var $pwd_rules  = array("pwminlen" => 6, 
                           "pwminlen_active" => FALSE,
                           "pwdiffer" => 5,
                           "pwdiffer_active" => FALSE,
-                          "externalpwdhook" => "/path/to/your/script username oldpassword newpassword",
+                          "externalpwdhook" => "",
                           "externalpwdhook_active" => FALSE);
 
   var $id_settings = array(       "idgen"         => "{%sn}-{%givenName[2-4]}",
@@ -56,7 +55,7 @@ class Step_Config1 extends setup_step
 
   var $crypt_methods  = array();
 
-  var $attributes = array("peopleou","groupou","peopledn","uidbase","encryption","theme","errorlvl","rfc2307bis","krbsasl",
+  var $attributes = array("peopleou","groupou","peopledn","uidbase","encryption","theme","errorlvl","krbsasl",
                           "base_hook","base_hook_active","account_expiration","strict","include_personal_title");
 
   function Step_Config1()