Hello,
when obtaining data using a statement like this:
select * from table
which returns more than one record with different attributes (and so,
attribute counts), incorrect data is returned. This seems to be a
serious bug in JLdap.pm.
When obtainig the data of an unique entry, with a statement like this:
select * from table where id like 'iknowtheid'
a complete and correct record is returned.