summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e45ef5c)
raw | patch | inline | side by side (parent: e45ef5c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Mar 2010 08:08:06 +0000 (08:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Mar 2010 08:08:06 +0000 (08:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16337 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/groupSelect/class_filterLDAPBlacklist.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/groupSelect/class_filterLDAPBlacklist.inc b/gosa-core/plugins/personal/posix/groupSelect/class_filterLDAPBlacklist.inc
index b78f2b2871be4d7f4043df69f3c9d79a91455465..cd150dd7ec46f8c5b21300c3b3bc788f0ecfcc43 100644 (file)
class filterLDAPBlacklist {
- static function query($base, $scope, $filter, $attributes, $category, $objectStorage= "")
+ static function query($parent,$base, $scope, $filter, $attributes, $category, $objectStorage= "")
{
- $result = filterLDAP::query($base, $scope, $filter, $attributes, $category, $objectStorage);
+ $result = filterLDAP::query($parent,$base, $scope, $filter, $attributes, $category, $objectStorage);
return(filterLDAPBlacklist::filterByBlacklist($result));
}