summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8348c95)
raw | patch | inline | side by side (parent: 8348c95)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Jul 2005 10:48:12 +0000 (10:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Jul 2005 10:48:12 +0000 (10:48 +0000) |
include/class_ldap.inc | patch | blob | history |
diff --git a/include/class_ldap.inc b/include/class_ldap.inc
index 00dcdf9afc6dc0b81083e0b7d1c8df84eafaded6..7ed1c12e49ea797380b08946fe143172cfc27bd5 100644 (file)
--- a/include/class_ldap.inc
+++ b/include/class_ldap.inc
$this->reconnect= true;
return (0);
} else {
- $this->error = "Could not bind to " . $binddn;
+ $this->error = "Could not bind to " . $credentials['ADMIN'];
return NULL;
}
}