From 0630509776f8085d0fe44f9b3b95d85841820159 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 11 Jul 2005 09:54:06 +0000 Subject: [PATCH] Fixed potential error with non existing binddn git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@932 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_plugin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_plugin.inc b/include/class_plugin.inc index 55cb82162..fdf9cd251 100644 --- a/include/class_plugin.inc +++ b/include/class_plugin.inc @@ -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; } } -- 2.30.2