Hi,
The LDAP autodoc says the following about search method :
object|int search(string|void filter, array(string)|void attrs, int|void attrsonly).
However if i call it without any arguments, i get a backtrace in string_to_utf8: if(ldap_version == 3) { filter = string_to_utf8(filter); } in client.pike (for me it is line 905). If I modify it to something like if(ldap_version == 3 && filter) I have other problems also related to filter=0.
I use pike 7.2.380, LDAP protocol 3.
PS: Do you have any bug management system ?, if yes can you put a link to it from Pike website ? (I looked in Development section and search for "bug" but didn't found anything).
pike-devel@lists.lysator.liu.se