Crate openldap

Source
Expand description

Objects for connecting and querying LDAP servers using OpenLDAP.

Current support includes connection, initializing, binding, configuring, and search against an LDAP directory.

Modules§

codes
LDAP codes from transcribed from ldap.h.
errors
Errors and trait implementations.

Structs§

LDAPControl
RustLDAP
A high level abstraction over the raw OpenLDAP functions.

Traits§

LDAPOptionValue
A trait for types that can be passed as LDAP option values.

Type Aliases§

LDAPResponse
A typedef for an LDAPResponse type.