This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I'm trying to do a search that would return results for more than one person in a directory instead of having to make a call for each person on the list.
I am using search(Name name, String filter, SearchControls cons) and setting the filter to userId=foo,userId=bar but getting nothing back. I'm not sure if this is valid or if I'm using an invalid seperator or worse still using the wrong method.
I'm new to JNDI so please bear with me .
Any pointers would be appreciated.
-- just trying to get one foot on the ladder
Shailesh Kini
Ranch Hand
Joined: Oct 17, 2001
Posts: 153
posted
0
Hello Annette,
JNDI is definitely a little complicated and I would recommend you to read a lil tutorial from sun to understand the basics. Here's the link -> Directory Search.