Code

Used not existing base isntead of basedn
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 May 2006 05:22:12 +0000 (05:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 May 2006 05:22:12 +0000 (05:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3494 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_ldap.inc

index 2fbf59e6d13ae06276577540a9397453c2d4e919..2ed4ceea0fb67439592bbb13dc17437d39aae4a1 100644 (file)
@@ -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).")";
       }