From 708456dd335c2115246f9589d640516e27dc03b8 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Fri, 10 Nov 2000 20:49:33 +0000 Subject: [PATCH] added a rawurlencode => ldap dn's can have white spaces and other non html chars --- admin/deleteaccount.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/deleteaccount.php b/admin/deleteaccount.php index f108ffdd5f..1448be8eae 100755 --- a/admin/deleteaccount.php +++ b/admin/deleteaccount.php @@ -30,6 +30,8 @@ } if (($account_id) && (! $confirm)) { + // the account can have special chars/white spaces, if it is a ldap dn + $account_id = rawurlencode($account_id); ?>