Skip to content

Files

Latest commit

author
Rob Blackbourn
Feb 12, 2025
c009592 · Feb 12, 2025

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.