Code

Fixed potential error with non existing binddn
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Jul 2005 09:54:06 +0000 (09:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Jul 2005 09:54:06 +0000 (09:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@932 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_plugin.inc

index 55cb82162a41a1a91e4981a99507fdb9af0f4571..fdf9cd25110a55d6e9653d4d10f35dda84709dca 100644 (file)
@@ -480,7 +480,7 @@ class plugin
       $this->reconnect= true;
       return (0);
     } else {
-      $this->error = "Could not bind to " . $binddn;
+      $this->error = "Could not bind to " . $credentials['ADMIN'];
       return NULL;
     }
   }