From 53514cb54a136c9b663b50a3f7b499d068f16601 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 30 Sep 2013 21:05:04 +0200 Subject: [PATCH] search address book subtree, not only one level --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index bbae270..f2db92f 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -387,7 +387,7 @@ function ldap_queryabooks($filter,$types){ $result3 = array(); // public addressbook - $sr = @ldap_list($LDAP_CON,$conf['publicbook'], + $sr = @ldap_search($LDAP_CON,$conf['publicbook'], $filter,$types); tpl_ldaperror(); $result1 = ldap_get_binentries($LDAP_CON, $sr); -- 2.39.5