summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9b96f5)
raw | patch | inline | side by side (parent: a9b96f5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Apr 2007 10:23:25 +0000 (10:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Apr 2007 10:23:25 +0000 (10:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6201 594d385d-05f5-0310-b6e9-bd551577e9d8
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index b6c38f3062a1982784afba0df26d83c7862c16a1..74ac18e9b69e2e927a54355434eaaffc8e31c1cf 100644 (file)
--- a/html/index.php
+++ b/html/index.php
/* Admin-logon and verify */
$ldap = $config->get_ldap_link();
if (is_null($ldap) || (is_int($ldap) && $ldap == 0)){
-# print_red (_("Can't bind to LDAP. Please contact the system administrator."));
-# displayLogin();
-# exit();
+ print_red (_("Can't bind to LDAP. Please contact the system administrator."));
+ displayLogin();
+ exit();
}
/* Check for schema file presence */
$ldap->cd($config->current['BASE']);
$ldap->search("(&(objectClass=gosaObject)(gosaSubtreeACL=:all))");
if ($ldap->count() < 1){
- print_red(_("You're missing an administrative account for GOsa, you'll not be able to administrate anything!"));
- displayLogin();
- exit();
+# print_red(_("You're missing an administrative account for GOsa, you'll not be able to administrate anything!"));
+# displayLogin();
+# exit();
}
/* Check for valid input */