summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c8262c7)
raw | patch | inline | side by side (parent: c8262c7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Jul 2005 09:54:06 +0000 (09:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Jul 2005 09:54:06 +0000 (09:54 +0000) |
include/class_plugin.inc | patch | blob | history |
index 55cb82162a41a1a91e4981a99507fdb9af0f4571..fdf9cd25110a55d6e9653d4d10f35dda84709dca 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
$this->reconnect= true;
return (0);
} else {
- $this->error = "Could not bind to " . $binddn;
+ $this->error = "Could not bind to " . $credentials['ADMIN'];
return NULL;
}
}