X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fsetup%2Fsetup_migrate.tpl;h=d919b32df811d48ff9d2b681dfdc9019be350876;hb=702045b639b71abd431610d88a149b0d11b50e64;hp=82d642cd952667b00b9604fa6c269edef9f9d92e;hpb=0f6eb4d6ac18f6906f7590058c1b1edfefb17353;p=gosa.git diff --git a/gosa-core/setup/setup_migrate.tpl b/gosa-core/setup/setup_migrate.tpl index 82d642cd9..d919b32df 100644 --- a/gosa-core/setup/setup_migrate.tpl +++ b/gosa-core/setup/setup_migrate.tpl @@ -1,571 +1,73 @@ -
-
- {if $method == "default"} -

{t}During the LDAP inspection, we're going to check for several common pitfalls that may occur when migration to GOsa base LDAP administration. You may want to fix the problems below, in order to provide smooth services.{/t} -

- - {foreach from=$checks item=val key=key} -
- - {if $checks.$key.ERROR_MSG} - -
- {else} - -
+

{t}During the LDAP inspection, we're going to check for several common pitfalls that may occur when migration to GOsa base LDAP administration. You may want to fix the problems below, in order to provide smooth services.{/t} +

+ + + {foreach from=$checks item=val key=key} + + + + {/foreach} +
+ {$checks.$key.TITLE}  {$checks.$key.STATUS_MSG} + {if $checks.$key.ERROR_MSG} +

+ {$checks.$key.ERROR_MSG} +

{/if} -
{$checks.$key.TITLE}
-
- {if $checks.$key.STATUS} -
{$checks.$key.STATUS_MSG}
- {else} -
{$checks.$key.STATUS_MSG}
- {/if} -
- {if $checks.$key.ERROR_MSG} - {$checks.$key.ERROR_MSG} - {/if} - - - {/foreach} -
- +
- {elseif $method == "rootOC_migrate_dialog"} + {elseif $method == "rootOC_migrate_dialog"} -

{t}Add required object classes to the ldap base{/t}

+

{t}Add required object classes to the LDAP base{/t}

{t}Current{/t} -
-
-
{$details.current}
-
-
-
- {t}After migration{/t} -
-
-
{$details.target}
-
-
- -
- -

- - -

 

-
- -
- - {elseif $method == "outside_winstations"} - -

{t}Move windows workstations into a valid windows workstation department{/t}

- - {t}This dialog allows you to move the displayed windows workstations into a valid department{/t} -
- {t}Be careful with this tool, there may be references pointing to this workstations that can't be migrated.{/t} -
-
- - {foreach from=$outside_winstations item=val key=key} - {if $outside_winstations.$key.selected} - - {else} - - {/if} - -  {$outside_winstations.$key.dn} - {if $outside_winstations.$key.ldif != ""} -
-
-
-								{$outside_winstations.$key.ldif}
-							
-
-
- {/if} -
- {/foreach} - - {t}Select all{/t} -

- {t}Move selected windows workstations into the following GOsa department{/t} : - -
- - -

- - -

 

-
- -
- - - {elseif $method == "outside_groups"} +
{$details.current}
-

{t}Move groups into configured group tree{/t}

- -

- {t}This dialog allows moving a couple of groups to the configured group tree. Doing this may straighten your LDAP service.{/t} -

-

- {t}Be careful with this option! There may be references pointing to these groups. The GOsa setup can't migrate references, so you may want to cancel the migration in this case.{/t} -

-

- {t}Move selected groups into this group tree{/t}: - -

- - {foreach from=$outside_groups item=val key=key} - {if $outside_groups.$key.selected} - - {else} - - {/if} - -  {$outside_groups.$key.dn} - {if $outside_groups.$key.ldif != "" && $group_details} -
-
-
-{$outside_groups.$key.ldif}
-
-
-
- {/if} -
- {/foreach} - - - {t}Select all{/t}
-

- {if $group_details} - - {else} - - {/if} -

- -

 

-
- -   - -
- - {elseif $method == "outside_users"} - -

{t}Move users into configured user tree{/t}

-

- {t}This dialog allows moving a couple of users to the configured user tree. Doing this may straighten your LDAP service.{/t} -

-

- {t}Be careful with this option! There may be references pointing to these users. The GOsa setup can't migrate references, so you may want to cancel the migration in this case.{/t} -

-

- {t}Move selected users into this people tree{/t}: - -

- {foreach from=$outside_users item=val key=key} - {if $outside_users.$key.selected} - - {else} - - {/if} + {t}After migration{/t} +
{$details.target}
-  {$outside_users.$key.dn} - {if $outside_users.$key.ldif != "" && $user_details} -
-
-
-{$outside_users.$key.ldif}
-
-
-
- {/if} -
- {/foreach} - - {t}Select all{/t}
- - {if $user_details} - - {else} - - {/if} - -

 

-
- -   - -
- - - {elseif $method == "migrate_acls"} -

{t}Migrate GOsa 2.5 administrative accounts{/t}

-

- {t}This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 useable accounts.{/t} -

- - - - - - {foreach from=$migrateable_users item=item key=key} - - - - - {/foreach} -
{$item.dn}
- - {if !$details} - - - {else} - - -
-
- {t}Current{/t} -
-
{$migrate_acl_base_entry}
-
- {t}After migration{/t} -
-
{$migrate_acl_base_entry}{foreach from=$migrateable_users item=item key=key}{if $item.checked}{$item.details}{/if}{/foreach}
-
-
-
- - {/if} - - -

 

-
- - + +
+
+
{elseif $method == "create_acls"} - {if $acl_create_selected != "" && $what_will_be_done_now!=""} -
-
-{$what_will_be_done_now}
-
-
- - - {else} -

{t}Create a new GOsa administrator account{/t}

- -

- {t}This dialog will automatically add a new super administrator to your LDAP tree.{/t} -

- - - - - - - - - - - - - - - - - -
- {t}Name{/t}:  - - System administrator -
- {t}User ID{/t}:  - -
-
- {t}Password{/t}:  - -
-
- {t}Password (again){/t}:  - - -
-
- - - - -

 

-
- - -
- {/if} - {elseif $method == "migrate_deps"} - -

Department migration

- -

{t}The listed departments are currently invisible in the GOsa user interface. If you want to change this for a couple of entries, select them and use the migrate button below.{/t}

-

{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}

- - {foreach from=$deps_to_migrate item=val key=key} - - {if $deps_to_migrate.$key.checked} - - {$deps_to_migrate.$key.dn} - {if $deps_to_migrate.$key.after != ""} -
- -{t}Current{/t} -
-
-dn: {$deps_to_migrate.$key.dn}
-{$deps_to_migrate.$key.before}
-
-
-{t}After migration{/t} -
-
-dn: {$deps_to_migrate.$key.dn}
-{$deps_to_migrate.$key.after}
-
-
-
- {/if} - {else} - - {$deps_to_migrate.$key.dn} - {/if} - -
- {/foreach} - - {t}Select all{/t} -
- - {if $deps_details} - - {else} - - {/if} - -

 

- -
- -   - -
- {elseif $method == "migrate_users"} - -

User migration

- -

{t}The listed users are currently invisible in the GOsa user interface. If you want to change this for a couple of users, just select them and use the 'Migrate' button below.{/t}

-

{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}

- {foreach from=$users_to_migrate item=val key=key} - - {if $users_to_migrate.$key.checked} - - {$users_to_migrate.$key.dn} - {if $users_to_migrate.$key.after != ""} -
- -{t}Current{/t} -
-
-dn: {$users_to_migrate.$key.dn}
-{$users_to_migrate.$key.before}
-
-
-{t}After migration{/t} -
-
-dn: {$users_to_migrate.$key.dn}
-{$users_to_migrate.$key.after}
-
-
-
- {/if} - {else} - - {$users_to_migrate.$key.dn} - {/if} -
- {/foreach} - - {t}Select all{/t} -
- - {if $user_details} - - {else} - - {/if} - -

 

- -
- -   - -
- - - {elseif $method == "devices"} - - -

Devices

- -

{t}The listed devices are currently invisible in the GOsa interface. If you want to change this for a couple of devices, just select them and use the 'Migrate' button below.{/t}

-

{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}

- {foreach from=$devices item=item key=key} - - {$item.DEVICE_NAME} - - {$item.DN} - - {if $item.DETAILS && $device_details} -
- {t}Current{/t} -
{$item.CURRENT}
- - - {t}After migration{/t} -
{$item.AFTER}
-
- {/if} -
- {/foreach} - - {t}Select all{/t} - -
- - {if $device_details} - - - {else} - - {/if} - -

 

- -
- -   - -
- - {elseif $method == "services"} - - -

Services

- -

{t}The listed services are currently invalid for the GOsa version you are going to install. If you want to update a couple of service, just select them and use the 'Migrate' button below.{/t}

-

{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}

- {foreach from=$services item=item key=key} - - {$item.DN} - - {if $item.DETAILS && $service_details} -
- {t}Current{/t} -
{$item.CURRENT}
- - - {t}After migration{/t} -
{$item.AFTER}
-
- {/if} -
- {/foreach} - - {t}Select all{/t} - -
- - {if $service_details} - - - {else} - - {/if} - -

 

- -
- -   - -
- - - {elseif $method == "menus"} - - -

Application menus

- -

{t}The listed menus are currently invisible in the GOsa interface. If you want to change this for a couple of devices, just select them and use the 'Migrate' button below.{/t}

-

{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}

- {foreach from=$menus item=item key=key} - - {$item.DN} - - {if $item.DETAILS && $menu_details} -
- {t}Current{/t} -
{$item.CURRENT}
- - - {t}After migration{/t} -
{$item.AFTER}
-
- {/if} -
- {/foreach} - - {t}Select all{/t} - -
- - {if $menu_details} - - - {else} - - {/if} - -

 

- -
- -   - -
- {/if} +

{t}Create a new GOsa administrator account{/t}

+

{t}This dialog will automatically add a new super administrator to your LDAP tree.{/t}

+ + + + + + + + + + + + + + + + + + +
{t}Name{/t}:System administrator
{t}User ID{/t}: 
{t}Password{/t}: 
{t}Password (again){/t}: 
+ + + +
+
+ +
-
+{/if}