From: Christian Weiske Date: Mon, 30 Sep 2013 19:05:04 +0000 (+0200) Subject: search address book subtree, not only one level X-Git-Tag: 0.8.0~6^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=53514cb54a136c9b663b50a3f7b499d068f16601;p=contagged search address book subtree, not only one level --- 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);