:: com :: sun :: star ::

module ldap
Description
lightweight directory access protocol (LDAP)

Exceptions
LdapConnectionException Indicates failure to connect to an LDAP server, usually because of wrong parameters (host/port) or down server.
LdapGenericException Generic exception occurring during access to an LDAP server. The actual LDAP error code is provided for more refined error management.
Top of Page