From e32efcce415cc811049e2e2a7ffb8e53d466a9e4 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 11 Jul 2005 10:48:12 +0000 Subject: [PATCH] Fixed some errors detected by Eclipse git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@934 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 00dcdf9af..7ed1c12e4 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -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; } } -- 2.30.2