From 019627c495a3e916cda0054026c219367b0a5c67 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 21 Sep 2010 11:19:33 +0000 Subject: [PATCH] Updated DN handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19787 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_ldap.inc | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.30.2