Code

Temporary disabled some checks, will have a look at this later again
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 27 Apr 2007 10:23:25 +0000 (10:23 +0000)
committerhickert <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

index b6c38f3062a1982784afba0df26d83c7862c16a1..74ac18e9b69e2e927a54355434eaaffc8e31c1cf 100644 (file)
@@ -208,9 +208,9 @@ if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])){
   /* 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 */
@@ -250,9 +250,9 @@ if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])){
   $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 */