integer ldap_get_values_len(integer link, integer entry, string
attribute)
This function operates identically to ldap_get_values, except that it works with
binary entries.
integer ldap_list(integer link, string dn, string filter, array
attributes)
The ldap_list function returns all objects at the level of the given DN. The
attributes argument is optional. If given, it limits results to objects containing the
specified attributes.
Figure 14-3. ldap_list.