Code

Moved to trunk/branches/tags structure
[gosa.git] / ihtml / themes / altlinux / setup_step4.tpl
1 <h1>{t}Setup continued...{/t}</h1>
3 <p>
4  {t}Enter a description for the location you're configuring here{/t}:
5 </p>
6 <table>
7  <tr>
8   <td><b>{t}Location name{/t}</b></td>
9   <td><input type='text' name='location' maxlength='80' size='25' value='{$location}'></td>
10  </tr>
11 </table>
13 <p>
14  {t}Finally, you need to specify parameters to access the LDAP server. 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}
15 </p>
17 <table>
18  <tr>
19   <td><b>{t}Admin DN{/t}</b></td>
20   <td><input type='text' name='admin' maxlength='80' size='40' value='{$admin}'></td>
21  </tr>
22  <tr>
23   <td><b>{t}Admin password{/t}</b></td>
24   <td><input type='password' name='password' maxlength='20' size='20' value='{$password}'></td>
25  </tr>
26 </table>
28 <p>
29  {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}
30 </p>
32 <table>
33  <tr>
34   <td><b>{t}People storage ou{/t}</b></td>
35   <td><input type='text' name='peopleou' maxlength='40' size='20' value='{$peopleou}'></td>
36  </tr>
37  <tr>
38   <td><b>{t}People dn attribute{/t}</b></td>
39   <td>
40    <select size="1" name="peopledn">
41     {html_options values=$peopledns output=$peopledns selected=$peopledn}
42    </select>
43   </td>
44  </tr>
45  <tr>
46   <td><b>{t}Group storage ou{/t}</b></td>
47   <td><input type='text' name='groupou' maxlength='40' size='20' value='{$groupou}'></td>
48  </tr>
49  <tr>
50   <td><b>{t}ID base for users/groups{/t}</b></td>
51   <td><input type='text' name='uidbase' maxlength='20' size='10' value='{$uidbase}'></td>
52  </tr>
53 </table>
55 <div style="width:99%; text-align:right;">
56  <input type='submit' name='check' value='{t}Check{/t}' {$mode}>
57 </div>