Code

Updated filterClass names
[gosa.git] / gosa-core / setup / setup_finish.tpl
1 <div class='default'>
2         <p>
3                 <b>{t}Create your configuration file{/t}</b>
4         </p>
5         <p>     
6                 {$msg2}
7         </p>
9       {if $webgroup == ""}
10 {t}Depending on the user name your webserver is running on:{/t}
11 <tt>
12 <pre> chown root:www-data {$CONFIG_DIR}/{$CONFIG_FILE}
13  chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
15 or
17  chown root:apache {$CONFIG_DIR}/{$CONFIG_FILE}
18  chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
19 </pre>
20 {else}
21 <pre>
22  chown root:{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
23  chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
24 </pre>
25 {/if} 
26         </tt>
27         <p>     
28                 <input type='submit' name='getconf' value='{t}Download configuration{/t}'>
29         </p>
30                 {if $err_msg != ""}
31                         <hr>
32                         <br>
33                         {t}Status: {/t}
34                         <a style='color:red ; font-weight:bold '>{$err_msg}</a>
35                 {/if}
37 </div>
38 <input type='hidden' value='1' name='step8_posted'>