From: hickert Date: Tue, 21 Sep 2010 11:19:33 +0000 (+0000) Subject: Updated DN handling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=019627c495a3e916cda0054026c219367b0a5c67;p=gosa.git Updated DN handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19787 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_ldap.inc b/gosa-core/include/class_ldap.inc index 9f6a52bc0..d531476cb 100644 --- a/gosa-core/include/class_ldap.inc +++ b/gosa-core/include/class_ldap.inc @@ -141,11 +141,9 @@ class LDAP // Append entry make readable array LDAP::$readableMapRegFrom[] = "/".preg_quote($to,'/')."/"; - LDAP::$readableMapRegFrom[] = "/".preg_quote(stripslashes($to),'/')."/"; LDAP::$readableMapRegFrom[] = "/".preg_quote(LDAP::convert($to),'/')."/"; LDAP::$readableMapRegTo[] = stripslashes($from); LDAP::$readableMapRegTo[] = stripslashes($from); - LDAP::$readableMapRegTo[] = stripslashes($from); } }else{ // To avoid querying a hundred times without any success, stop here.