From: hickert Date: Thu, 24 Mar 2011 11:03:57 +0000 (+0000) Subject: Applied ACL checks X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9ad5767c221465a9122c8c04ecaf583ac1958fc4;p=gosa.git Applied ACL checks git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20630 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_userinfo.inc b/gosa-core/include/class_userinfo.inc index e6acbb2b5..cb50b75ca 100644 --- a/gosa-core/include/class_userinfo.inc +++ b/gosa-core/include/class_userinfo.inc @@ -172,7 +172,7 @@ class userinfo } /* User inside the members? */ - if (preg_replace('/^U:/', '', $grp) == $this->dn){ + if (mb_strtoupper(preg_replace('/^U:/', '', $grp)) == mb_strtoupper($this->dn)){ $interresting= TRUE; }