Code

Moved to trunk/branches/tags structure
[gosa.git] / ihtml / themes / altlinux / setup_finish.tpl
1 <h1>{t}Setup finished{/t}</h1>
3 <p>
4  {t}GOsa setup has collected all data needed to create an initial configuration file. Save the the link below as your gosa.conf and place that file in /etc/gosa. Change it as needed.{/t}
5 </p>
7 <p>
8  &gt; <b><a target='_new' href='setup.php?getconfig=1'>gosa.conf</a></b>
9 </p>
11 <p>
12  {t}After placing the file under /etc/gosa, place make sure that the webserver user is able to read gosa.conf, while other users shouldn't. You may want to execute these commands to achieve this requirement:{/t}
13 </p>
15 <tt>
16 # chown root.{$webgroup} /etc/gosa/gosa.conf<br>
17 # chmod 640 /etc/gosa/gosa.conf
18 </tt>
20 <div style="width:99%; text-align:right;">
21  {if $mode ne 'ready'}
22  <input type='submit' name='retry' value='{t}Retry{/t}'>
23  {else}
24  <input type='submit' name='login' value='{t}Sign in{/t}'>
25  {/if}
26 </div>