Code

Missing attribute im altlinux template, errorlvl
[gosa.git] / ihtml / themes / altlinux / setup_step4.tpl
1 <h1>{t}Setup continued...{/t}</h1>
2 {t}The following fields allow the basic configuration of GOsa's behaviour and affect various properties in your main configuration.{/t}
4 <p class="seperator">&nbsp;</p>
6 <p>
7  {t}Enter a description for the location you're configuring here{/t}:
8 </p>
9 <table summary="">
10  <tr>
11   <td>{t}Location name{/t}</td>
12   <td><input type='text' name='location' maxlength='80' size='25' value='{$location}'></td>
13  </tr>
14 </table>
16 <p class="seperator">&nbsp;</p>
17 <p>
18  {t}GOsa always acts as admin and manages access rights internally. This is a workaround till OpenLDAP's in directory ACI's are fully implemented. For this to work, we need the admin DN and the corresponding password.{/t}
19 </p>
21 <table summary="">
22  <tr>
23   <td>{t}Admin DN{/t}</td>
24   <td><input type='text' name='admin' maxlength='80' size='40' value='{$admin}'></td>
25  </tr>
26  <tr>
27   <td>{t}Admin password{/t}</td>
28   <td><input type='password' name='password' maxlength='20' size='20' value='{$password}'></td>
29  </tr>
30 </table>
31 <p class="seperator">&nbsp;</p>
33 <p>
34  {t}Some basic LDAP parameters are tunable and affect the locations where GOsa saves people and groups, including the way accounts get created. Check the values below if the fit your needs.{/t}
35 </p>
37 <table summary="">
38  <tr>
39   <td>{t}Base {/t}</td>
40   <td><input type='text' name='base' maxlength='80' size='40' value='{$base}'></td>
41  </tr>
42  <tr>
43   <td>{t}People storage ou{/t}</td>
44   <td><input type='text' name='peopleou' maxlength='40' size='20' value='{$peopleou}'></td>
45  </tr>
46  <tr>
47   <td>{t}People dn attribute{/t}</td>
48   <td>
49    <select size="1" name="peopledn">
50     {html_options values=$peopledns output=$peopledns selected=$peopledn}
51    </select>
52   </td>
53  </tr>
54  <tr>
55   <td>{t}Group storage ou{/t}</td>
56   <td><input type='text' name='groupou' maxlength='40' size='20' value='{$groupou}'></td>
57  </tr>
58  <tr>
59   <td>{t}ID base for users/groups{/t}</td>
60   <td><input type='text' name='uidbase' maxlength='20' size='10' value='{$uidbase}'></td>
61  </tr>
62 </table>
64 <p class="seperator">&nbsp;</p>
66 <p>
67  {t}GOsa supports several encryption types for your passwords. Normally this is adjustable via user templates, but you can specify a default method to be used here, too.{/t}
68 </p>
70 <table summary="">
71  <tr>
72   <td>{t}Encryption algorithm{/t}</td>
73   <td>
74          <select name="arr_crypts" size="1" title="">
75         {html_options options=$arr_cryptkeys selected=$arr_crypts}
76      </select>
77  </tr>
78 </table>
80 <p class="seperator">&nbsp;</p>
82 <p>
83  {t}GOsa has modular support for several mail methods. These methods provide interfaces to users mailboxes and general handling for quotas. You can choose the dummy plugin to leave all your mail settings untouched.{/t}
84 </p>
86 <table summary="">
87  <tr>
88   <td>{t}Mail method{/t}</td>
89   <td>
90      <select name="mail" size="1" title="">
91         <option name="mail" value="disabled">{t}disabled{/t}</option>
92                 {html_options options=$mail_methods selected=$mail}
93      </select>
94  </tr>
95 </table>
96 <p class="seperator">&nbsp;</p>
98 <p>
99  {t}GOsa may cause PHP interpreter errors, particularly in case of Beta versions. In some cases it would be helpful to enable the error reporting. (But it  could be a security risk)  {/t}
100 </p>
101 <table summary="">
102  <tr>
103   <td>{t}Display PHP errors{/t}</td>
104   <td>
105      <select name="errorlvl" size="1" title="">
106         <option value="true">{t}true{/t}</option>
107         <option value="false">{t}false{/t}</option>
108      </select>
109  </tr>
110 </table>
112 <p class="plugbottom">
113  <input type="hidden" name="next" value="5">
114  <input type='submit' name='back' value='{t}Back{/t}'> 
115  <input type='submit' name='check' value='{t}Check{/t}'>
116 </p>