From: hickert Date: Fri, 13 Apr 2007 07:22:57 +0000 (+0000) Subject: renamed templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ed442811d407918c35ea5efc5509501e58d81fb9;p=gosa.git renamed templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6040 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/setup_checks.tpl b/setup/setup_checks.tpl index 3a665e39c..9ba9e7abc 100644 --- a/setup/setup_checks.tpl +++ b/setup/setup_checks.tpl @@ -1,20 +1,192 @@ -
-
- {t}Please select your prefered language{/t} + +
+ + +
+ + +

{t}PHP module and extension checks{/t}

+ {foreach from=$basic item=val key=key} + + + {if $basic[$key].SOLUTION != "" && !$basic[$key].RESULT} + + +
+ {else} + + +
+ {/if} + +
{$basic[$key].NAME}
+
+ + {if $basic[$key].RESULT} +
{t}Successful{/t}
+ {else} + {if $basic[$key].MUST} +
{t}Failed{/t}
+ {else} +
{t}Failed{/t}
+ {/if} + {if $basic[$key].SOLUTION != ""} + + +
+ {if $basic[$key].MUST} +
+ {t}GOsa will NOT run without fixing this.{/t} + {else} +
+ {t}GOsa will run without fixing this.{/t} + {/if} +
+ {$basic[$key].SOLUTION} +
+
+ {/if} + {/if} +
+
+ {/foreach}
-
- +
+ + + +
+ + +
+ + +

{t}PHP setup configuration{/t}

+ + {foreach from=$config item=val key=key} + + + {if $config[$key].SOLUTION != "" && !$config[$key].RESULT} + + +
+ {else} + + +
+ {/if} + + +
{$config[$key].NAME}
+
+ {if $config[$key].RESULT} +
{t}Successful{/t}
+ {else} + + {if $config[$key].MUST} +
{t}Failed{/t}
+ {else} +
{t}Failed{/t}
+ {/if} + + {if $config[$key].SOLUTION != ""} + + +
+ {if $config[$key].MUST} +
+ {t}GOsa will NOT run without fixing this.{/t} + {else} +
+ {t}GOsa will run without fixing this.{/t} + {/if} +
+ {$config[$key].SOLUTION} +
+
+ {/if} + {/if} +
+
+ {/foreach} + + + +

{t}Configuration file writeable{/t}

+ + {foreach from=$is_writeable item=val key=key} + + + {if $is_writeable[$key].SOLUTION != "" && !$is_writeable[$key].RESULT} + + +
+ {else} + + +
+ {/if} + + +
{$is_writeable[$key].NAME}
+
+ {if $is_writeable[$key].RESULT} +
{t}Successful{/t}
+ {else} + + {if $is_writeable[$key].MUST} +
{t}Failed{/t}
+ {else} +
{t}Failed{/t}
+ {/if} + + {if $is_writeable[$key].SOLUTION != ""} + + +
+ {if $is_writeable[$key].MUST} +
+ {t}GOsa will NOT run without fixing this.{/t} + {else} +
+ {t}GOsa will run without fixing this.{/t} + {/if} +
+ {$is_writeable[$key].SOLUTION} +
+
+ {/if} + {/if} +
+
+ {/foreach} + + +
-
-
-
-
-
-
-
-
-
-
+ diff --git a/setup/setup_config1.tpl b/setup/setup_config1.tpl new file mode 100644 index 000000000..9572a7747 --- /dev/null +++ b/setup/setup_config1.tpl @@ -0,0 +1,244 @@ + +{if $warnings_cnt} +Errors: +{foreach from=$warnings item=val key=key} +
+ {$val} +{/foreach} +{/if} + +
+
+
+ {t}GOsa settings{/t} +
+ +
+
+ {t}GOsa theme{/t} +
+
+ +
+
+
+
+ +
+
+ {t}People dn attribute{/t} +
+
+ +
+
+
+
+ +
+
+ {t}People storage ou{/t} +
+
+ +
+
+
+
+ + +
+
+ {t}Group storage ou{/t} +
+
+ +
+
+
+
+ +
+
+ {t}ID base for users/groups{/t} +
+
+ +
+
+
+
+ + +
+
+ {t}Base hook{/t} +
+
+ {if $base_hook_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ + +
+
+ {t}Display PHP errors{/t} +
+
+ +
+
+
+
+
+
+ {t}Password settings{/t} +
+ +
+
+ {t}Password encryption algorithm{/t} +
+
+ +
+
+
+
+ +
+
+ {t}Password restrictions{/t} +
+
+ + {if $pwd_rules.pwminlen_active == FALSE} + + {t}Password minimum length{/t} + + {else} + + {t}Password minimum length{/t} + + {/if} +
+ {if $pwd_rules.pwdiffer_active == FALSE} + + {t}Different characters from old password{/t} + + {else} + + {t}Different characters from old password{/t} + + {/if} + +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}External script{/t} +
+
+ {if $pwd_rules.externalpwdhook_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Mail settings{/t} +
+ +
+
+ {t}Mail method{/t} +
+
+ +
+
+
+
+ +
+
+ {t}Vacation templates{/t} +
+
+ {if $mail_settings.vacationdir_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Use cyrus account style{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+
+ + + + diff --git a/setup/setup_config2.tpl b/setup/setup_config2.tpl new file mode 100644 index 000000000..76f2aacf0 --- /dev/null +++ b/setup/setup_config2.tpl @@ -0,0 +1,250 @@ + +{if $warnings_cnt} +Errors: +{foreach from=$warnings item=val key=key} +
+ {$val} +{/foreach} +{/if} +
+
+
+ {t}Samba settings{/t} +
+ + +
+
+ {t}Samba SID{/t} +
+
+ {if $samba_settings.samba_sid_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}RID base{/t} +
+
+ {if $samba_settings.samba_rid_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+
+
+ {t}Samba SID mapping{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+
+
+ {t}Additional GOsa settings{/t} +
+ +
+
+ {t}Windows workstation ou{/t} +
+
+ {if $generic_settings.wws_ou_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}GID / UID min id{/t} +
+
+ {if $generic_settings.minid_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Strict units{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Government mode{/t} +
+
+ +
+
+
+
+ + +
+
+ {t}Automatic uids{/t} +
+
+ {if $generic_settings.idgen_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+
+
+ {t}Use account expiration{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+
+
+ {t}Enable snapshot functionality{/t} +
+
+ {if $generic_settings.snapshot_active == FALSE} + {t}Enable{/t}
+
+ {t}Snapshot base{/t}  +
+
+
+ {t}Ldap base{/t}  +
+
+
+ {t}Server{/t}  +
+
+
+ {t}User{/t}  +
+
+
+ {t}Password{/t}  +
+ + {else} + {t}Enable{/t}
+
+ {t}Snapshot base{/t}  +
+
+
+ {t}Ldap base{/t}  +
+
+
+ {t}Server{/t}  +
+
+
+ {t}User{/t}  +
+
+
+ {t}Password{/t}  +
+ + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+
+ + diff --git a/setup/setup_config3.tpl b/setup/setup_config3.tpl new file mode 100644 index 000000000..cef0383b8 --- /dev/null +++ b/setup/setup_config3.tpl @@ -0,0 +1,275 @@ + +{if $warnings_cnt} +Errors: +{foreach from=$warnings item=val key=key} +
+ {$val} +{/foreach} +{/if} + +
+
+
+ {t}Optional settings{/t} +
+ +
+
+ {t}Enable Copy & Paste{/t} +
+
+ + +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Disable primary group filter{/t} +
+
+ + +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Force globals{/t} +
+
+ + +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Force SSL{/t} +
+
+ + +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Warn SSL{/t} +
+
+ + +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}PPd path{/t} +
+
+ {if $optional.ppd_path_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Network resolv hook{/t} +
+
+ {if $optional.auto_network_hook_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Mail queue script path{/t} +
+
+ {if $optional.mailQueueScriptPath_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Notification path{/t} +
+
+ {if $optional.notifydir_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Smarty compile directory{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}SMB hash{/t} +
+
+   + /usr/bin/mkntpasswd
+   + mkntpwd
+   + perl -MCrypt::SmbHash ... +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Session lifetime{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Maximal ldap query time{/t} +
+
+ {if $optional.max_ldap_query_time_active == FALSE} + + + {else} + + + {/if} +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ +
+
+ {t}Debuglevel{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+
+ + diff --git a/setup/setup_finish.tpl b/setup/setup_finish.tpl new file mode 100644 index 000000000..571f8a857 --- /dev/null +++ b/setup/setup_finish.tpl @@ -0,0 +1,77 @@ +
+
+ +

{t}Configuration File{/t}

+

+ {t}GOsa setup has collected all data needed to create an initial configuration file.{/t} +

+

+ {$msg1} +

+

+ {t}Automatically write configuration{/t} +

+

+ {if $writeable} + {t}Write configuration file{/t}  + + + {if $exists} +
+ +   + {t}Create a backup from existing configuration file{/t} + {/if} + + {if $err_msg != ""} +

{$err_msg}
+ {else} + {if $save_requested} +
{t}Configuration succesfully written.{/t}
+ {/if} + {/if} + + {if $last_backup_name} +
+
{t}Last created backup{/t}:  {$last_backup_name}
+
+ {/if} + + + + {if $exists} +
+
+ {t}Use GOsa with current configuration file{/t} +
+ + {/if} + {else} +
{t}Can't write configuration file, please check permissions.{/t}
+
+{$msg_permissions}
+	{$CONFIG_DIR} 
+	{$CONFIG_DIR}/{$CONFIG_FILE}
+			
+ {/if} +
+

+ {t}Manually create configuration file{/t} +

+

+ {t}Download the configuration file{/t}  + +

+

+ {$msg2} +

+
+	# chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
+	# chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
+	
+ + + +
+
+ diff --git a/setup/setup_language.tpl b/setup/setup_language.tpl new file mode 100644 index 000000000..3a665e39c --- /dev/null +++ b/setup/setup_language.tpl @@ -0,0 +1,20 @@ +
+
+ {t}Please select your prefered language{/t} +
+
+ +
+
+
+
+
+
+
+
+
+
+
+
diff --git a/setup/setup_ldap.tpl b/setup/setup_ldap.tpl new file mode 100644 index 000000000..474e8924f --- /dev/null +++ b/setup/setup_ldap.tpl @@ -0,0 +1,129 @@ + +

{t}ldap connection{/t}

+ +
+{t}Please enter the server URI to allow the GOsa setup to connect your LDAP server (Example: ldap://your.server:389).{/t} +
+{t}Use the 'Test' button to try to connect with the given values. The status will be shown on the bottom of the page.{/t} +
+ +
+
+
+ + {if $resolve_user} + +
+ + + + + +
+ + {else} + +
+
+ {t}Location description{/t} +
+
+ +
+
+ +
+
+
+
+
{t}Connection url{/t}
+
+
+ +
+
+ +
+
+
+
+ {t}Base{/t} +
+
+ {if $namingContextsCount >= 1} + + {else} + + {/if} +
+
+
+
+ +
+
+ {t}Admin DN{/t} +
+
+ +
+
+ {if $resolve_user} + + {else} + + {/if} +
+
+ + +
+
+ {t}Admin password{/t} +
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ {t}Use tls connection{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+ {/if} +
+
+ {t}Status{/t} +
+
+ {$connection_status} +
+
+
+
+
+
diff --git a/setup/setup_schema.tpl b/setup/setup_schema.tpl new file mode 100644 index 000000000..fe1e0c582 --- /dev/null +++ b/setup/setup_schema.tpl @@ -0,0 +1,44 @@ +
+
+
+ {t}Validate schema when login into GOsa?{/t} +
+
+
+ {t}Enable schema validation{/t} +
+
+ +
+
+ {t}Infos in FAQ{/t}  + ! +
+
+
+ {if $failed_checks == 0} +

{t}Schema check was completely successful{/t}

+ {else} +

+ {t}The schema check returned the following results{/t}

+ {/if} +
+ {foreach from=$checks item=val key=key} + {if !$checks[$key].STATUS} +
+ {$key} + {$checks[$key].INFO} +
+ {if $checks[$key].IS_MUST_HAVE} + {$checks[$key].MSG} + {else} + {$checks[$key].MSG} + {/if} +
+ {/if} + {/foreach} +
+
+ diff --git a/setup/setup_step2.tpl b/setup/setup_step2.tpl deleted file mode 100644 index 9ba9e7abc..000000000 --- a/setup/setup_step2.tpl +++ /dev/null @@ -1,192 +0,0 @@ - -
- - -
- - -

{t}PHP module and extension checks{/t}

- {foreach from=$basic item=val key=key} - - - {if $basic[$key].SOLUTION != "" && !$basic[$key].RESULT} - - -
- {else} - - -
- {/if} - -
{$basic[$key].NAME}
-
- - {if $basic[$key].RESULT} -
{t}Successful{/t}
- {else} - {if $basic[$key].MUST} -
{t}Failed{/t}
- {else} -
{t}Failed{/t}
- {/if} - {if $basic[$key].SOLUTION != ""} - - -
- {if $basic[$key].MUST} -
- {t}GOsa will NOT run without fixing this.{/t} - {else} -
- {t}GOsa will run without fixing this.{/t} - {/if} -
- {$basic[$key].SOLUTION} -
-
- {/if} - {/if} -
-
- {/foreach} -
-
- - - -
- - -
- - -

{t}PHP setup configuration{/t}

- - {foreach from=$config item=val key=key} - - - {if $config[$key].SOLUTION != "" && !$config[$key].RESULT} - - -
- {else} - - -
- {/if} - - -
{$config[$key].NAME}
-
- {if $config[$key].RESULT} -
{t}Successful{/t}
- {else} - - {if $config[$key].MUST} -
{t}Failed{/t}
- {else} -
{t}Failed{/t}
- {/if} - - {if $config[$key].SOLUTION != ""} - - -
- {if $config[$key].MUST} -
- {t}GOsa will NOT run without fixing this.{/t} - {else} -
- {t}GOsa will run without fixing this.{/t} - {/if} -
- {$config[$key].SOLUTION} -
-
- {/if} - {/if} -
-
- {/foreach} - - - -

{t}Configuration file writeable{/t}

- - {foreach from=$is_writeable item=val key=key} - - - {if $is_writeable[$key].SOLUTION != "" && !$is_writeable[$key].RESULT} - - -
- {else} - - -
- {/if} - - -
{$is_writeable[$key].NAME}
-
- {if $is_writeable[$key].RESULT} -
{t}Successful{/t}
- {else} - - {if $is_writeable[$key].MUST} -
{t}Failed{/t}
- {else} -
{t}Failed{/t}
- {/if} - - {if $is_writeable[$key].SOLUTION != ""} - - -
- {if $is_writeable[$key].MUST} -
- {t}GOsa will NOT run without fixing this.{/t} - {else} -
- {t}GOsa will run without fixing this.{/t} - {/if} -
- {$is_writeable[$key].SOLUTION} -
-
- {/if} - {/if} -
-
- {/foreach} - - - -
-
- diff --git a/setup/setup_step4.tpl b/setup/setup_step4.tpl deleted file mode 100644 index 474e8924f..000000000 --- a/setup/setup_step4.tpl +++ /dev/null @@ -1,129 +0,0 @@ - -

{t}ldap connection{/t}

- -
-{t}Please enter the server URI to allow the GOsa setup to connect your LDAP server (Example: ldap://your.server:389).{/t} -
-{t}Use the 'Test' button to try to connect with the given values. The status will be shown on the bottom of the page.{/t} -
- -
-
-
- - {if $resolve_user} - -
- - - - - -
- - {else} - -
-
- {t}Location description{/t} -
-
- -
-
- -
-
-
-
-
{t}Connection url{/t}
-
-
- -
-
- -
-
-
-
- {t}Base{/t} -
-
- {if $namingContextsCount >= 1} - - {else} - - {/if} -
-
-
-
- -
-
- {t}Admin DN{/t} -
-
- -
-
- {if $resolve_user} - - {else} - - {/if} -
-
- - -
-
- {t}Admin password{/t} -
-
- -
-
-
-
-
-
-
-
-
-
- -
-
-
-
- {t}Use tls connection{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
- {/if} -
-
- {t}Status{/t} -
-
- {$connection_status} -
-
-
-
-
-
diff --git a/setup/setup_step5.tpl b/setup/setup_step5.tpl deleted file mode 100644 index 9572a7747..000000000 --- a/setup/setup_step5.tpl +++ /dev/null @@ -1,244 +0,0 @@ - -{if $warnings_cnt} -Errors: -{foreach from=$warnings item=val key=key} -
- {$val} -{/foreach} -{/if} - -
-
-
- {t}GOsa settings{/t} -
- -
-
- {t}GOsa theme{/t} -
-
- -
-
-
-
- -
-
- {t}People dn attribute{/t} -
-
- -
-
-
-
- -
-
- {t}People storage ou{/t} -
-
- -
-
-
-
- - -
-
- {t}Group storage ou{/t} -
-
- -
-
-
-
- -
-
- {t}ID base for users/groups{/t} -
-
- -
-
-
-
- - -
-
- {t}Base hook{/t} -
-
- {if $base_hook_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- - -
-
- {t}Display PHP errors{/t} -
-
- -
-
-
-
-
-
- {t}Password settings{/t} -
- -
-
- {t}Password encryption algorithm{/t} -
-
- -
-
-
-
- -
-
- {t}Password restrictions{/t} -
-
- - {if $pwd_rules.pwminlen_active == FALSE} - - {t}Password minimum length{/t} - - {else} - - {t}Password minimum length{/t} - - {/if} -
- {if $pwd_rules.pwdiffer_active == FALSE} - - {t}Different characters from old password{/t} - - {else} - - {t}Different characters from old password{/t} - - {/if} - -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}External script{/t} -
-
- {if $pwd_rules.externalpwdhook_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Mail settings{/t} -
- -
-
- {t}Mail method{/t} -
-
- -
-
-
-
- -
-
- {t}Vacation templates{/t} -
-
- {if $mail_settings.vacationdir_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Use cyrus account style{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
-
- - - - diff --git a/setup/setup_step6.tpl b/setup/setup_step6.tpl deleted file mode 100644 index 76f2aacf0..000000000 --- a/setup/setup_step6.tpl +++ /dev/null @@ -1,250 +0,0 @@ - -{if $warnings_cnt} -Errors: -{foreach from=$warnings item=val key=key} -
- {$val} -{/foreach} -{/if} -
-
-
- {t}Samba settings{/t} -
- - -
-
- {t}Samba SID{/t} -
-
- {if $samba_settings.samba_sid_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}RID base{/t} -
-
- {if $samba_settings.samba_rid_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
-
-
- {t}Samba SID mapping{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
-
-
- {t}Additional GOsa settings{/t} -
- -
-
- {t}Windows workstation ou{/t} -
-
- {if $generic_settings.wws_ou_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}GID / UID min id{/t} -
-
- {if $generic_settings.minid_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Strict units{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Government mode{/t} -
-
- -
-
-
-
- - -
-
- {t}Automatic uids{/t} -
-
- {if $generic_settings.idgen_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
-
-
- {t}Use account expiration{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
-
-
- {t}Enable snapshot functionality{/t} -
-
- {if $generic_settings.snapshot_active == FALSE} - {t}Enable{/t}
-
- {t}Snapshot base{/t}  -
-
-
- {t}Ldap base{/t}  -
-
-
- {t}Server{/t}  -
-
-
- {t}User{/t}  -
-
-
- {t}Password{/t}  -
- - {else} - {t}Enable{/t}
-
- {t}Snapshot base{/t}  -
-
-
- {t}Ldap base{/t}  -
-
-
- {t}Server{/t}  -
-
-
- {t}User{/t}  -
-
-
- {t}Password{/t}  -
- - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
-
- - diff --git a/setup/setup_step6a.tpl b/setup/setup_step6a.tpl deleted file mode 100644 index cef0383b8..000000000 --- a/setup/setup_step6a.tpl +++ /dev/null @@ -1,275 +0,0 @@ - -{if $warnings_cnt} -Errors: -{foreach from=$warnings item=val key=key} -
- {$val} -{/foreach} -{/if} - -
-
-
- {t}Optional settings{/t} -
- -
-
- {t}Enable Copy & Paste{/t} -
-
- - -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Disable primary group filter{/t} -
-
- - -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Force globals{/t} -
-
- - -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Force SSL{/t} -
-
- - -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Warn SSL{/t} -
-
- - -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}PPd path{/t} -
-
- {if $optional.ppd_path_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Network resolv hook{/t} -
-
- {if $optional.auto_network_hook_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Mail queue script path{/t} -
-
- {if $optional.mailQueueScriptPath_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Notification path{/t} -
-
- {if $optional.notifydir_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Smarty compile directory{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}SMB hash{/t} -
-
-   - /usr/bin/mkntpasswd
-   - mkntpwd
-   - perl -MCrypt::SmbHash ... -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Session lifetime{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Maximal ldap query time{/t} -
-
- {if $optional.max_ldap_query_time_active == FALSE} - - - {else} - - - {/if} -
-
- {t}Infos in FAQ{/t}  - ! -
-
- -
-
- {t}Debuglevel{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
-
- - diff --git a/setup/setup_step7.tpl b/setup/setup_step7.tpl deleted file mode 100644 index fe1e0c582..000000000 --- a/setup/setup_step7.tpl +++ /dev/null @@ -1,44 +0,0 @@ -
-
-
- {t}Validate schema when login into GOsa?{/t} -
-
-
- {t}Enable schema validation{/t} -
-
- -
-
- {t}Infos in FAQ{/t}  - ! -
-
-
- {if $failed_checks == 0} -

{t}Schema check was completely successful{/t}

- {else} -

- {t}The schema check returned the following results{/t}

- {/if} -
- {foreach from=$checks item=val key=key} - {if !$checks[$key].STATUS} -
- {$key} - {$checks[$key].INFO} -
- {if $checks[$key].IS_MUST_HAVE} - {$checks[$key].MSG} - {else} - {$checks[$key].MSG} - {/if} -
- {/if} - {/foreach} -
-
- diff --git a/setup/setup_step8.tpl b/setup/setup_step8.tpl deleted file mode 100644 index 571f8a857..000000000 --- a/setup/setup_step8.tpl +++ /dev/null @@ -1,77 +0,0 @@ -
-
- -

{t}Configuration File{/t}

-

- {t}GOsa setup has collected all data needed to create an initial configuration file.{/t} -

-

- {$msg1} -

-

- {t}Automatically write configuration{/t} -

-

- {if $writeable} - {t}Write configuration file{/t}  - - - {if $exists} -
- -   - {t}Create a backup from existing configuration file{/t} - {/if} - - {if $err_msg != ""} -

{$err_msg}
- {else} - {if $save_requested} -
{t}Configuration succesfully written.{/t}
- {/if} - {/if} - - {if $last_backup_name} -
-
{t}Last created backup{/t}:  {$last_backup_name}
-
- {/if} - - - - {if $exists} -
-
- {t}Use GOsa with current configuration file{/t} -
- - {/if} - {else} -
{t}Can't write configuration file, please check permissions.{/t}
-
-{$msg_permissions}
-	{$CONFIG_DIR} 
-	{$CONFIG_DIR}/{$CONFIG_FILE}
-			
- {/if} -
-

- {t}Manually create configuration file{/t} -

-

- {t}Download the configuration file{/t}  - -

-

- {$msg2} -

-
-	# chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
-	# chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
-	
- - - -
-
-