/rust-ldap

Rust LDAP Library

Primary LanguageRustApache License 2.0Apache-2.0

rust-ldap


A Pure-Rust LDAP Library using Tokio & Futures.

rust-ldap on crates.io docs: release versions documentation

Feel free to join #rust-ldap on Mozilla IRC for questions & general chat.

RFC compliance

  • Bind (4.2)
  • Unbind (4.3)
  • Search (4.5)
  • Modify (4.6)
  • Add (4.7)
  • Delete (4.8)
  • Modify DN (4.9)
  • Compare (4.10)
  • Abandon (4.11)
  • Extended Operation (4.12)
  • TLS / STARTTLS (4.14 / 5)

rfc4515 (Search Filter String Representation)

The search filter crate has moved.

License

Licensed under either of

at your option.