inejge / ldap3

A pure-Rust LDAP library using the Tokio stack
Apache License 2.0
226 stars 39 forks source link

How to disable SSL verification? #91

Closed lcmgh closed 2 years ago

lcmgh commented 2 years ago

Is there a way to disable SSL verificaton?

inejge commented 2 years ago

Before giving you a pointer, I'd like to know where you've tried to find that info in the API documentation, and how did it fail for you?

lcmgh commented 2 years ago

Here we go https://docs.rs/ldap3/0.10.5/ldap3/struct.LdapConnSettings.html Have not checked out the docs.rs doc and overseen LdapConnAsync::from_url_with_settings.