Code

Updated contrib/gosa.conf to include inventory tabs
[gosa.git] / ihtml / themes / default / setup_finish.tpl
1 <h1>{t}Setup finished{/t}</h1>
3 {t}Basically the setup is finished. You can check the result of the schema check here and download the autogenerated gosa.conf below.{/t}
5 <p class="seperator">&nbsp;</p>
7 <h2>{t}Schema Configuration{/t}</h2>
8 <p>{$schemas}</p>
10 <p class="seperator">&nbsp;</p>
12 <h2>{t}Configuration File{/t}</h2>
13 <p>
14  {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}
15 </p>
17 <input type='submit' name='getconf' value='{t}Download configuration{/t}'>
19 <p>
20  {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}
21 </p>
23 <pre>
24 # chown root.{$webgroup} /etc/gosa/gosa.conf
25 # chmod 640 /etc/gosa/gosa.conf
26 </pre>
28 <p class="plugbottom">
29   <input type="hidden" name="next" value="6">
30   <input type='submit' name='back' value='{t}Back{/t}'>
31   <input type='submit' name='retry' value='{t}Retry{/t}'>
32 </p>