From: cajus Date: Thu, 10 Jul 2008 20:38:11 +0000 (+0000) Subject: Fake dn , entries X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4156bb9d6ba6bb81c6e0743333a782e5134d13d0;p=gosa.git Fake dn , entries git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11599 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/class_divListACL.inc b/gosa-core/plugins/admin/acl/class_divListACL.inc index fee0efe7f..a78d1c4e6 100644 --- a/gosa-core/plugins/admin/acl/class_divListACL.inc +++ b/gosa-core/plugins/admin/acl/class_divListACL.inc @@ -170,15 +170,14 @@ class divListACL extends MultiSelectWindow }else{ - /* Handle non-role ACL entries - */ + /* Handle non-role ACL entries */ $acl = $this->ui->get_permissions($acl_entry['dn'],"acl/acl"); $acl_all = $this->ui->has_complete_category_acls($acl_entry['dn'],"acl"); /* Acl handling */ $editlink = "%s"; $list_left_icon = ""._("ACL").""; - $cn = htmlentities(utf8_decode(LDAP::fix($acl_entry['dn']))); + $cn = htmlentities(preg_replace('/\\\\,/', ',', LDAP::fix($acl_entry['dn']))); /* Add actions depending on acls */ if(preg_match("/r/", $acl)){