LDAP connection close ?
How shall i close the LDAP connection ? I am using Netscape directory server.
I am afraid this Q does not belong to this forum. butIf you run the server to offer ldap sessions (ldap/tcp which is mostly used), you should use the close() method on your context object when you are done. see doc of javax.naming.Context for more info.