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