#210 removed old workaround that causes issues with spaces in DN

This commit is contained in:
Roland Gruber 2019-11-09 14:10:06 +01:00
parent 714dbaa0fd
commit 83a0ff71c9
1 changed files with 0 additions and 1 deletions

View File

@ -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'),