summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 588229f)
raw | patch | inline | side by side (parent: 588229f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 27 Jun 2005 08:39:48 +0000 (08:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 27 Jun 2005 08:39:48 +0000 (08:39 +0000) |
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index 562d52f0866985447ee03dfcd3f1a9781d8e72ec..157009be553f2c9bd9002ffb4366d235b5f4c706 100644 (file)
--- a/html/index.php
+++ b/html/index.php
exit();
}
+ $ldap->search("(objectClass=*)",array("subschemaSubentry"));
+ $attrs= $ldap->fetch();
+ if(!count($attrs)){
+ print_red(_("Can't read schema informations, GOsa needs to know your schema setup. Pleasy verify taht it is readable for GOsa"));
+ echo $_SESSION['errors'];
+ exit();
+ }
+
/* Check for locking area */
$ldap->cat($config->current['CONFIG']);
$attrs= $ldap->fetch();