156157158159160161162
private class LdapLookup { private Ldap ldapc; public LdapLookup() throws IOException { ldapc = new Ldap(); }