Code

Fixed some errors detected by Eclipse
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Jul 2005 10:48:12 +0000 (10:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Jul 2005 10:48:12 +0000 (10:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@934 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_ldap.inc

index 00dcdf9afc6dc0b81083e0b7d1c8df84eafaded6..7ed1c12e49ea797380b08946fe143172cfc27bd5 100644 (file)
@@ -85,7 +85,7 @@ class LDAP{
       $this->reconnect= true;
       return (0);
     } else {
-      $this->error = "Could not bind to " . $binddn;
+      $this->error = "Could not bind to " . $credentials['ADMIN'];
       return NULL;
     }
   }