Code

Fixed DN display
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Jul 2008 15:06:59 +0000 (15:06 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Jul 2008 15:06:59 +0000 (15:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11597 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 62cd5f0ebff9f74e19eb01af57de07bdc118f32f..fee0efe7f9f518c27736e5c539feb571fd2c43bc 100644 (file)
@@ -178,7 +178,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(utf8_decode($acl_entry['dn'])); 
+        $cn = htmlentities(utf8_decode(LDAP::fix($acl_entry['dn']))); 
 
         /* Add actions depending on acls */
         if(preg_match("/r/", $acl)){