From 83a0ff71c9cfd08900c16feb76ca50ad8b3552b1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 9 Nov 2019 14:10:06 +0100 Subject: [PATCH] #210 removed old workaround that causes issues with spaces in DN --- lam/lib/account.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lam/lib/account.inc b/lam/lib/account.inc index a43076eb..982adb6a 100644 --- a/lam/lib/account.inc +++ b/lam/lib/account.inc @@ -673,7 +673,6 @@ function get_preg($argument, $regexp) { * @return String escaped DN */ function escapeDN($dn) { - $dn = preg_replace('/[ ]*,[ ]*/', ',', $dn); return str_replace( array(')', '(', ' ', '*'), array('\\29', '\\28', '\\20', '\\2a'),