Question
Please, could someone explain to me how is possible handle multiple results from one atribute from ldap filter?
I have multiple records in mail attribute and i want format this result into table looks like this:
I'm try to study
FormattedSearch and passed any variations of parameters into result but without success

and nested searches is too hard to understand (maybe i'm a lame, but i try to understand).
I have latest development version of
LdapPlugin from 14 Jan 2004.
Thanks for any responses.
Environment
--
TiborPittich - 23 Jan 2004
Answer
Not Sure if this is usefull as the question is old but.
%LDAP{host="your host" base="your base" filter="your filter" header="|*Login*|*Name*|" format="|$cn |$mail|" order="$cn"}%