X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fclass_setupStep_Config1.inc;h=8d4cf4f969e7e4ad43987f6af7b1937aa3278505;hb=6557949139db5e19dfc46394a76396440efa1dd3;hp=dd2182b2fc2d5de99a0620b2a169919eee83ff70;hpb=ef74957b87781d98550f7608514869bf0b96e802;p=gosa.git diff --git a/setup/class_setupStep_Config1.inc b/setup/class_setupStep_Config1.inc index dd2182b2f..8d4cf4f96 100644 --- a/setup/class_setupStep_Config1.inc +++ b/setup/class_setupStep_Config1.inc @@ -40,7 +40,6 @@ 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, @@ -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()