X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fsetup%2Fsetup_schema.tpl;h=908b989b70d47db3906f14e2f8d645fdaedf951f;hb=a2fa0591b053f7dc2e2d3a36eab9d991f350b700;hp=e56538b1ec90b6f9b895b66381d85fd5f9393ae6;hpb=7f7f21906eb6121c29823abbf96461733d642509;p=gosa.git diff --git a/gosa-core/setup/setup_schema.tpl b/gosa-core/setup/setup_schema.tpl index e56538b1e..908b989b7 100644 --- a/gosa-core/setup/setup_schema.tpl +++ b/gosa-core/setup/setup_schema.tpl @@ -21,20 +21,32 @@ {else} {t}Schema check failed{/t} + + {/if}
- {foreach from=$checks item=val key=key} - {if !$checks[$key].STATUS} -
- {if $checks[$key].IS_MUST_HAVE} - {$checks[$key].MSG} - {else} - {$checks[$key].MSG} + + {if $found_ocs == 0} + {t}Could not read any schema informations, all checks skipped. Adjust your ldap acls.{/t} +
+ {if !$database_initialised} +
+ {t}It seems that your ldap database wasn't initialized yet. This maybe the reason, why GOsa can't read your schema configuration!{/t} + {/if} + {else} + {foreach from=$checks item=val key=key} + {if !$checks[$key].STATUS} +
+ {if $checks[$key].IS_MUST_HAVE} + {$checks[$key].MSG} + {else} + {$checks[$key].MSG} + {/if} +
{/if} -
- {/if} - {/foreach} + {/foreach} + {/if}