From 79a634414ebeceffa2f897ca81b9c81d8e2c261e Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 26 Apr 2006 12:07:37 +0000 Subject: [PATCH] added attributes to ls command git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3118 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc b/include/functions.inc index 98b739af9..d93aa8909 100644 --- 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 */ -- 2.30.2