Code

Ingnore Upper Lower case strings.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Jan 2007 05:43:51 +0000 (05:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Jan 2007 05:43:51 +0000 (05:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5628 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/users/class_userManagement.inc

index 55a79bc500c9a75bcbf12b53f282c638fd50186d..63a238616c89d28b3c6c5fddfae32e1d26f9664c 100644 (file)
@@ -732,7 +732,7 @@ class userManagement extends plugin
       /* Skip entries that are not located under the people ou (normaly 'ou=people,')
        * Else winstations will be listed too, if you use the subtree flag. 
        */
-      if(!preg_match("/".normalizePreg(get_people_ou())."/",$Entry['dn'])){
+      if(!preg_match("/".normalizePreg(get_people_ou())."/i",$Entry['dn'])){
         continue;
       }else{