summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3dbe968)
raw | patch | inline | side by side (parent: 3dbe968)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Apr 2006 12:07:37 +0000 (12:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Apr 2006 12:07:37 +0000 (12:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3118 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 98b739af9940b05ede72ae7e6e47d84e7464ae10..d93aa89095ea95dc1562d330af0273c7ea62fecb 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
@@ -508,7 +508,7 @@ function get_list($filter, $subtreeACL, $base= "", $attributes= array(), $flags=
if ($flags & GL_SUBSEARCH) {
$ldap->search ($filter, $attributes);
} else {
- $ldap->ls ($filter);
+ $ldap->ls ($filter,$base,$attributes);
}
/* Check for size limit exceeded messages for GUI feedback */