Hello,
I am using a snippet I found on a website to run ldap queries. Would it be better to create a custom object to hold all of the ldap information retrieved for a particular person? or does this already exist as a java class somewhere?
//IE...
public class MyLdapResult
{
String...