Code

- fix for debian bug 535872
[gosa.git] / setup / setup_welcome.tpl
1 <div>
2     <div class='default'>
3         <p>
4         {t}This seems to be the first time you start GOsa - we didn't find any configuration right now. This simple wizard intends to help you while setting it up.{/t}
5         </p>
6         
7         <p style='border-top:1px solid #AAAAAA; padding-top:10px;'>
8         <b>{t}What will the wizard do for you?{/t}</b>
9         </p>
10         <ul>
11          <li>{t}Create a basic, single site configuration{/t}</li>
12          <li>{t}Tries to find problems within your PHP and LDAP setup{/t}</li>
13          <li>{t}Let you choose from a set of basic and advanced configuration switches{/t}</li>
14          <li>{t}Guided migration of existing LDAP trees{/t}</li>
15         </ul>
16         <p>
17         <b>{t}What will the wizard NOT do for you?{/t}</b>
18         </p>
19         <ul>
20          <li>{t}Find every possible configuration error{/t}</li>
21          <li>{t}Migrate every possible LDAP setup - create backup dumps!{/t}</li>
22         </ul>
24         <p style='border-top:1px solid #AAAAAA; padding-top:10px;'>
25         <b>{t}To continue...{/t}</b>
26         </p>
27         <p>
28         {t}For security reasons you need to authenticate for the installation by creating the file '/tmp/gosa.auth', containing the current session ID on the servers local filesystem. This can be done by executing the following command:{/t}
29         </p>
30         <tt>
31         echo -n <b>{$auth_id}</b> &gt; /tmp/gosa.auth
32         </tt>
33         <p>
34         {t}Click the 'Continue' button when you've finished.{/t}
35         </p>
36      </div>
37 </div>