Code

SETUP: Added ldap accessibility check to migration step
[gosa.git] / setup / setup_migrate.tpl
1 <div>
2     <div class='default'>
4                 {foreach from=$checks item=val key=key}
5         
6                 <div class='step2_entry_name'><b>{$checks.$key.TITLE}</b></div>
9                                 
10                         {if $checks.$key.STATUS}
11                                 <div class='step2_successful'>{$checks.$key.STATUS_MSG}</div>
12                         {else}
13                                 <div class='step2_failed'>{$checks.$key.STATUS_MSG}</div>
14                                 {if $checks.$key.ERROR_MSG}
15                                         {$checks.$key.ERROR_MSG}
16                                 {/if}
17                         {/if}
18                                 <input type='submit' name='retry_{$key}' value='{t}Retry{/t}'>
19                         <p>&nbsp;</p>
20                 {/foreach}
23         <p>&nbsp; </p>
24         <p>&nbsp; </p>
25         <p>&nbsp; </p>
26         <p> </p>
27         <p></p>
28         <p class='seperator'></p>
29         <p></p>
30         <p class='seperator'></p>
35         * Create a test department with some objects to check for correct permissions
36         <br>
37         * Look for ACL's. If none is there, choose one user to be the super administrator
38         <br>
39         * Look for organizationalUnits and let add GOsa departments for selected ones
40         <br>
41         * Look for person / organizationalPerson and add GOsa account
42         <br>
43         * Allow to move selected users to people ou's - take care for groupOfNames
44         <br>
45         * Allow to move selected groups to group ou's - take care for groupOfNames
46         <br>
47         * Allow to move selected winstations to winstation ou's - take care for groupOfNames
48         <br>
49         * Check for double uidNumbers/gidNumbers
50         <br>
51         * Check for mail accounts and add gosaMailAccount - optionally create these accounts on the IMAP server
52     </div>
53 </div>