summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7b69af)
raw | patch | inline | side by side (parent: f7b69af)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 26 Jan 2007 05:43:51 +0000 (05:43 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index 55a79bc500c9a75bcbf12b53f282c638fd50186d..63a238616c89d28b3c6c5fddfae32e1d26f9664c 100644 (file)
/* 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{