inejge / ldap3

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

How to mock server for testing purposes? #112

Closed lcmgh closed 11 months ago

inejge commented 11 months ago

I'm not sure what exactly you are asking about. If you need an LDAP server, there are several to choose from, e.g., OpenLDAP, or 389DS, or Active Directory if you have it in your environment. This crate doesn't have, and while I'm maintaining it, won't have, a mock LDAP server.

inejge commented 11 months ago

Closing for lack of feedback.

lcmgh commented 11 months ago

Sorry for late feedback. I will watch out for a mock.