Skip to content

dequbed/rust-ldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust LDAP Library

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages