An open API service indexing awesome lists of open source software.

https://github.com/rob-blackbourn/rust-ldap-demo

An example of authenticating using async LDAP over TLS with rust.
https://github.com/rob-blackbourn/rust-ldap-demo

authentication client client-side ldap ldap3 rust rust-lang rustls tokio

Last synced: 8 days ago
JSON representation

An example of authenticating using async LDAP over TLS with rust.

Awesome Lists containing this project

README

          

# rust-ldap-demo

An example of authenticating using async LDAP over TLS with rust.

Using:

* [ldap3](https://crates.io/crates/ldap3)
* [tokio](https://crates.io/crates/tokio)
* [rustls](https://crates.io/crates/rustls)

## Notes

In order to use `rustls` instead of `native-tls` The cargo specification for
ldap3 sets `default-features=false` to avoid conflicts.