Crates.io | ldap-rs |
lib.rs | ldap-rs |
version | 0.5.2 |
created_at | 2022-05-31 07:07:29.971489+00 |
updated_at | 2025-09-19 06:46:20.179736+00 |
description | LDAP client for Rust |
homepage | |
repository | https://github.com/ancwrd1/ldap-rs |
max_upload_size | |
id | 597310 |
size | 117,066 |
LDAP client library for Rust with async/await support, based on tokio.
TLS connectivity is supported via native-tls or rustls.
It is controlled by the feature flags tls-native-tls
and tls-rustls
, respectively.
A minimal Kerberos support is provided via gssapi
feature flag with the following limitations:
ProtocolOp
client operations (add, modify, delete)Check the examples directory for usage examples.
Licensed under MIT or Apache license (LICENSE-MIT or LICENSE-APACHE)