Code

Updated ACL listing, do not break special chars in entry names
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Nov 2008 07:21:22 +0000 (07:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Nov 2008 07:21:22 +0000 (07:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12954 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/acl/class_divListACL.inc

index d2af617e087fab0a9f2ff22b8b7a338abb0adba6..5d78f82b3d30000c07e2858003745b4df334ab23 100644 (file)
@@ -177,7 +177,7 @@ class divListACL extends MultiSelectWindow
         /* Acl handling */
         $editlink       = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;act=list_edit_entry'>%s</a>";
         $list_left_icon = "<img src='images/lists/locked.png' alt='"._("ACL")."'>";
-        $cn = htmlentities(preg_replace('/\\\\,/', ',', LDAP::fix($acl_entry['dn']))); 
+        $cn = preg_replace('/\\\\,/', ',', LDAP::fix($acl_entry['dn'])); 
 
         /* Add actions depending on acls */
         if(preg_match("/r/", $acl)){