summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a234458)
raw | patch | inline | side by side (parent: a234458)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 Feb 2009 13:47:36 +0000 (13:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 Feb 2009 13:47:36 +0000 (13:47 +0000) |
-Added ldap::convert to acl resolution
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13430 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13430 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_userinfo.inc | patch | blob | history |
index 1966462bf8b04b64b64935de471452f11860a6ca..992f3da004b79c77a9db20bd85d77452b4b13287 100644 (file)
/* Inspect members... */
foreach ($type['members'] as $grp => $grpdsc){
+
/* Some group inside the members that is relevant for us? */
- if (in_array_ics(preg_replace('/^G:/', '', $grp), $this->groups)){
+ if (in_array_ics(@LDAP::convert(preg_replace('/^G:/', '', $grp)), $this->groups)){
$interresting= TRUE;
}