Code

Updated class_userinfo.inc
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Feb 2009 13:47:36 +0000 (13:47 +0000)
committerhickert <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

gosa-core/include/class_userinfo.inc

index 1966462bf8b04b64b64935de471452f11860a6ca..992f3da004b79c77a9db20bd85d77452b4b13287 100644 (file)
@@ -158,8 +158,9 @@ class userinfo
 
           /* 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;
             }