Before you configure and run the EGL LDAP sample, you must select an LDAP-compliant server. If you do not have an LDAP-compliant server, you can use an open-source server (such as, ApacheDS) and client (such as, Apache Directory Studio) that provides access to that server. For details, see Configuring LDAP-compliant software.
These setup instructions are specific to ApacheDS and Apache Directory Studio. If you use a different LDAP-compliant server, your configuration might vary.
providerUrl String = "ldap://localhost:389/o=sample";
workspace/LDAPSample/