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§
Structs§
- LDAP
Control - RustLDAP
- A high level abstraction over the raw
OpenLDAPfunctions.
Traits§
- LDAP
Option Value - A trait for types that can be passed as LDAP option values.
Type Aliases§
- LDAP
Response - A typedef for an
LDAPResponsetype.