Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 365 Bytes

rust-ldap-demo

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

Using:

Notes

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