From 3767e4da54b32ad141767fbe639cffe7dc313608 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 23 May 2006 05:22:12 +0000 Subject: [PATCH] Used not existing base isntead of basedn git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3494 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 2fbf59e6d..2ed4ceea0 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -762,7 +762,7 @@ class LDAP{ } else { $adderror= $this->get_additional_error(); if ($adderror != ""){ - $error= $this->error." (".$this->get_additional_error().", ".sprintf(_("while operating on '%s' using LDAP server '%s'"), $this->base, $this->hostname).")"; + $error= $this->error." (".$this->get_additional_error().", ".sprintf(_("while operating on '%s' using LDAP server '%s'"), $this->basedn, $this->hostname).")"; } else { $error= $this->error." (".sprintf(_("while operating on LDAP server %s"), $this->hostname).")"; } -- 2.30.2