inejge / ldap3

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

server support #5

Closed jrmuizel closed 7 years ago

jrmuizel commented 7 years ago

Are there any plans for implementing a server side library for use when implementing ldap servers?

inejge commented 7 years ago

Not with the codebase as is. The encoding and decoding procedures are too asymmetric, and I intend to concentrate on the client half (i.e., request encoding and response parsing.) In time, the lber sub-crate may become a decent foundation for all LDAP-related serialization and deserialization.